C# Class AniDBmini.WinAPI

Datei anzeigen Open project: ahodesuka/AniDBmini

Public Methods

Method Description
FocusWindow ( IntPtr hWnd ) : void

Private Methods

Method Description
GetPrivateProfileString ( string lpAppName, string lpKeyName, string lpDefault, System lpReturnedString, int nSize, string lpFilePath ) : int
IsWindowVisible ( IntPtr hWnd ) : bool
SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindowAsync ( IntPtr hWnd, int cmdShow ) : bool
WritePrivateProfileString ( string lPAppName, string lpKeyName, string lpString, string lpFileName ) : long

Method Details

FocusWindow() public static method

public static FocusWindow ( IntPtr hWnd ) : void
hWnd System.IntPtr
return void