Property | Type | Description | |
---|---|---|---|
WH_KEYBOARD_LL | int | ||
WM_KEYDOWN | int |
Method | Description | |
---|---|---|
GetCurrentWindowTitle ( ) : string | ||
SetHook ( LowLevelKeyboardProc proc ) : |
Method | Description | |
---|---|---|
CallNextHookEx ( |
||
GetForegroundWindow ( ) : |
||
GetModuleHandle ( string lpModuleName ) : |
||
GetWindowText ( |
||
GetWindowTextLength ( |
||
SetWindowsHookEx ( int idHook, LowLevelKeyboardProc lpfn, |
||
UnhookWindowsHookEx ( |
public static GetCurrentWindowTitle ( ) : string | ||
return | string |
public static SetHook ( LowLevelKeyboardProc proc ) : |
||
proc | LowLevelKeyboardProc | |
return |