Show / Hide Table of Contents

Struct HookData.ThreadMouse

Hook data for the hook procedure set by WindowsHook.ThreadMouse. More info: API MouseProc.

public struct HookData.ThreadMouse

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.

m

More info about the mouse message. API MOUSEHOOKSTRUCT.

message

The mouse message, for example WM_MOUSEMOVE.