int | | These members are not documented. |
bool | |
int | |
Calls the next hook. |
bool | | These members are not documented. |
IntPtr | |
IntPtr | |
void | |
Normally an unhandled exception will result in Windows showing a generic error dialog, while keeping the process
alive and stopped. This method will disable that: an unhandled exception will result in the process terminating
quietly. |
bool | | These members are not documented. |
short | |
IntPtr | |
Returns the window handle of the console window associated with the current process, or IntPtr.Zero if there is no
console window. |
IntPtr | | These members are not documented. |
bool | |
uint | |
IntPtr | |
IntPtr | |
Retrieves the window handle of the focused control in the currently active window. |
IntPtr | | These members are not documented. |
IntPtr | |
uint | |
bool | |
bool | |
short | |
IntPtr | |
int | |
bool | |
IntPtr | |
void | |
void | keybd_event(byte bVk, byte bScan, uint dwFlags, int dwExtraInfo) |
IntPtr | |
IntPtr | |
IntPtr | |
Loads the library. |
IntPtr | | These members are not documented. |
int | LoadString(IntPtr hInstance, uint uID, StringBuilder lpBuffer, int nBufferMax) |
uint | |
bool | |
void | mouse_event(int dwFlags, int dx, int dy, int dwData, int dwExtraInfo) |
IntPtr | |
bool | PostMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam) |
bool | |
bool | |
long | |
bool | |
double | |
bool | |
uint | |
int | |
uint | SendInput(uint nInputs, WinAPI.INPUT[] pInputs, int cbSize) |
uint | SendMessage(IntPtr hWnd, uint msg, uint wParam, uint lParam) |
uint | SendMessage2(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam) |
bool | |
bool | |
bool | |
bool | |
int | |
bool | SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags) |
IntPtr | |
Sets the windows hook, do the desired event, one of hInstance or threadId must be non-null |
bool | |
Shows or hides the window identified by hWnd. For nCmdShow, use WinAPI.SW_SHOW et al. |
uint | | These members are not documented. |
int | ToUnicode(uint virtualKeyCode, uint scanCode, byte[] keyboardState, StringBuilder receivingBuffer, int bufferSize, uint flags) |
int | ToUnicodeEx(uint virtualKeyCode, uint scanCode, byte[] keyboardState, StringBuilder receivingBuffer, int bufferSize, uint flags, IntPtr inputLocaleIdentifier) |
bool | |
Unhooks the windows hook. |
int | | This member is not documented. |