Struct HookData.WinEvent
Hook data for the hook procedure set by WinEventHook. More info: API WinEventProc.
public struct HookData.WinEvent
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| event_ | API WinEventProc |
| hook | The caller object of your hook procedure. For example can be used to unhook. |
| idChild | API WinEventProc |
| idObject | API WinEventProc |
| thread | API WinEventProc |
| time | API WinEventProc |
| w | API WinEventProc |
Methods
| Name | Description |
|---|---|
| GetElm() | Calls elm.fromEvent. |