Enum EHookFlags
Flags for WinEventHook.
[Flags]
public enum EHookFlags
Remarks
The names are as in API SetWinEventHook documentation but without prefix WINEVENT_. There are no flags for OUTOFCONTEXT and INCONTEXT. OUTOFCONTEXT is default (0). INCONTEXT cannot be used in managed code.
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| None | |
| SKIPOWNPROCESS | Don't receive events generated by threads of this process. |
| SKIPOWNTHREAD | Don't receive events generated by this thread. |