Table of Contents

Delegate W32Base.HookProc

Namespace
SunamoPInvoke.PInvoke
Assembly
SunamoPInvoke.dll

Delegate for a general hook procedure.

public delegate nint W32Base.HookProc(int nCode, nint wParam, nint lParam)

Parameters

nCode int

The hook code passed to the hook procedure.

wParam nint

Additional message-specific information.

lParam nint

Additional message-specific information.

Returns

nint

The result of the hook processing.

Extension Methods