Table of Contents

Delegate HookHandler

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

Represents a method that will handle application-defined or library-defined callback function the system calls.

public delegate IntPtr HookHandler(int ncode, IntPtr wparam, IntPtr lparam)

Parameters

ncode int

Hook code.

wparam IntPtr

Message identifier or current-process flag.

lparam IntPtr

Address of structure with message data.

Returns

IntPtr
Represents a method that will handle application-defined or library-defined callback function the system calls.