Struct HookData.ThreadKeyboard
Hook data for the hook procedure set by WindowsHook.ThreadKeyboard. More info: API KeyboardProc.
public struct HookData.ThreadKeyboard
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
PM_NOREMOVE | The message has not been removed from the queue, because called API PeekMessage with flag PM_NOREMOVE. |
hook | The caller object of your hook procedure. For example can be used to unhook. |
key | The key code. |
lParam | lParam of the key message. Specifies the key state, scan code, etc. See API KeyboardProc. |
Properties
Name | Description |
---|---|
IsUp | Is key-up event. |