Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: int CallNextHookEx(IntPtr, int, int, ref WinAPI.KeyboardHookStruct)

Declaration

public static int CallNextHookEx(
    IntPtr idHook,
    int nCode,
    int wParam,
    ref WinAPI.KeyboardHookStruct lParam
)

Summary

Calls the next hook.

Parameters

IntPtridHook The hook id
intnCode The hook code
intwParam The wparam.
ref WinAPI.KeyboardHookStructlParam The lparam.

Returns