Class HookData
Contains types of hook data for hook procedures set by WindowsHook and WinEventHook.
public static class HookData
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
AuExtraInfo | Extra info value used by functions of this library that generate keyboard events. Low-level hooks receive it in dwExtraInfo. |
Methods
Name | Description |
---|---|
ReplyMessage(bool) | Calls API API ReplyMessage, which allows to use elm and COM in the hook procedure. |