C# Class DeeShell.WinAPI

Afficher le fichier Open project: pravin/deeshell Class Usage Examples

Private Methods

Méthode Description
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
SystemParametersInfo ( uint uiAction, uint uiParam, RECT &pvParam, uint fWinIni ) : bool