Method | Description | |
---|---|---|
Dispose ( ) : void |
Removes the current hook set by SetWindowsHook.
|
Method | Description | |
---|---|---|
CanSetWindowsHook ( HookType type, string &errorMessage ) : bool |
Returns true if the hook can be set, false if it can't be set.
|
|
MainHookProc ( int code, |
Main HookProc: chain the call if not canceled by HookProcInvoked.
|
|
SetWindowsHook ( ) : |
Sets the hook and returns the handle as an IntPtr. Can be called multiple times.
|
|
WindowsHook ( |