Struct HookData.ThreadCallWndProcRet
Hook data for the hook procedure set by WindowsHook.ThreadCallWndProcRet. More info: API CallWndRetProc.
public struct HookData.ThreadCallWndProcRet
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| hook | The caller object of your hook procedure. For example can be used to unhook. |
| msg | Message parameters and the return value. API CWPRETSTRUCT. |
| sentByOtherThread | True if the message was sent by another thread. |