C# Class Vector.Win32.User

User binding for .NET, implementing Windows-specific user functionality.
Binds functions and definitions in user32.dll.
Afficher le fichier Open project: sinclairzx81/vector-cs

Private Methods

Méthode Description
ChangeDisplaySettings ( Gdi &devMode, int flags ) : int
ChangeDisplaySettings ( IntPtr devMode, int flags ) : int
EnumDisplaySettings ( string deviceName, int modeNumber, Gdi &devMode ) : bool
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetDC ( IntPtr windowHandle ) : IntPtr
ReleaseDC ( IntPtr windowHandle, IntPtr deviceContext ) : bool
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool