C# Class Win32APIs.APIs

Mostra file Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Methods

Method Description
ShowInactiveTopmost ( IntPtr FormHandle ) : void

Private Methods

Method Description
BitBlt ( IntPtr hdc, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, TernaryRasterOperations dwRop ) : bool
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
FindWindowEx ( IntPtr parentHandle, IntPtr childAfter, string className, IntPtr windowTitle ) : IntPtr
FindWindowEx ( IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow ) : IntPtr
GetWindowRect ( IntPtr hwnd, System.Windows.Forms.RECT &rc ) : int
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : int
SetWindowPos ( int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

ShowInactiveTopmost() public static method

public static ShowInactiveTopmost ( IntPtr FormHandle ) : void
FormHandle System.IntPtr
return void