Show / Hide Table of Contents

Struct HookData.ThreadGetMessage

Hook data for the hook procedure set by WindowsHook.ThreadGetMessage. More info: API GetMsgProc.

public struct HookData.ThreadGetMessage

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
PM_NOREMOVE

The message has not been removed from the queue, because called API PeekMessage with flag PM_NOREMOVE.

hook

The caller object of your hook procedure. For example can be used to unhook.

msg

Message parameters. API MSG.