Table of Contents

Method SetMouseHook

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

SetMouseHook(HookHandler)

Installs hook procedure that monitors mouse messages into a hook chain.

public static IntPtr SetMouseHook(HookHandler lpfn)

Parameters

lpfn HookHandler

Hook procedure.

Returns

IntPtr

If the function succeeds, the return value is the handle to the hook procedure; otherwise return value is null.