Show / Hide Table of Contents

Struct HookData.ThreadCallWndProc

Hook data for the hook procedure set by WindowsHook.ThreadCallWndProc. More info: API CallWndProc.

public struct HookData.ThreadCallWndProc

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. API CWPSTRUCT.

sentByOtherThread

True if the message was sent by another thread.