Table of Contents

Method CallNextHook

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

CallNextHook(IntPtr, int, IntPtr, IntPtr)

Passes the hook information to the next hook procedure in the current hook chain. A hook procedure can call this function either before or after processing the hook information.

public static IntPtr CallNextHook(IntPtr hhk, int code, IntPtr wparam, IntPtr lparam)

Parameters

hhk IntPtr

Handle to the current hook.

code int

Hook code passed to the current hook procedure.

wparam IntPtr

Specifies the wparam value passed to the current hook procedure.

lparam IntPtr

Specifies the lparam value passed to the current hook procedure.

Returns

IntPtr

This value is returned by the next hook procedure in the chain.