Table of Contents

Method GetMouseHookHandle

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetMouseHookHandle(IntPtr, out Point)

Get structure associated with mouse hook.

public static IntPtr GetMouseHookHandle(IntPtr lparam, out Point pt)

Parameters

lparam IntPtr

Mouse hook data.

pt Point

Mouse point.

Returns

IntPtr

Window handle sending mouse message.