Метод |
Описание |
|
CloseHandle ( IntPtr hHandle ) : bool |
|
|
FindWindow ( [ lpClassName, [ lpWindowName ) : IntPtr |
|
|
FindWindowEx ( IntPtr hWnd1, IntPtr hWnd2, [ lpsz1, [ lpsz2 ) : IntPtr |
|
|
FlashWindowEx ( FLASHWINFO &FWInfo ) : bool |
|
|
GetWindowThreadProcessId ( IntPtr hwnd, int &lpdwProcessId ) : int |
|
|
GlobalAddAtom ( [ lpString ) : ushort |
|
|
GlobalDeleteAtom ( ushort nAtom ) : ushort |
|
|
InternetSetOption ( IntPtr hInternet, int dwOption, IntPtr lpBuffer, int lpdwBufferLength ) : bool |
|
|
IsIconic ( IntPtr hWnd ) : bool |
|
|
OpenProcess ( ProcessAccess dwDesiredAccess, [ bInheritHandle, int dwProcessId ) : IntPtr |
|
|
PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : bool |
|
|
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, IntPtr lpBuffer, IntPtr nSize, int &lpNumberOfBytesRead ) : bool |
|
|
RefreshProxyAccount ( string username, string password ) : void |
|
|
RefreshProxySettings ( string strProxy ) : void |
|
|
RegisterHotKey ( IntPtr hwnd, int id, int fsModifiers, int vk ) : int |
|
|
SendMessage ( IntPtr hwnd, int wMsg, IntPtr wParam, IntPtr lParam ) : IntPtr |
|
|
SetForegroundWindow ( IntPtr hWnd ) : bool |
|
|
ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool |
|
|
SystemParametersInfo ( int intAction, int intParam, bool &bParam, int intWinIniFlag ) : int |
|
|
UnregisterHotKey ( IntPtr hwnd, int id ) : int |
|
|
VirtualAllocEx ( IntPtr hProcess, IntPtr lpAddress, IntPtr dwSize, AllocationTypes flAllocationType, MemoryProtectionTypes flProtect ) : IntPtr |
|
|
VirtualFreeEx ( IntPtr hProcess, IntPtr lpAddress, IntPtr dwSize, MemoryFreeTypes dwFreeType ) : bool |
|
|
WriteProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, TBBUTTONINFO &lpBuffer, IntPtr nSize, int &lpNumberOfBytesWritten ) : bool |
|
|