CBTProc (Delegates)
Last changed: -174.59.243.98

.
Summary
Callback for the windows hook WH_CBT

C# Definition:

delegate IntPtr CBTProc(HCBT nCode, IntPtr wParam, IntPtr lParam);

VB.NET Definition:

Private Delegate Function CBTProc(nCode As HCBT, wParam As IntPtr, lParam As IntPtr) As IntPtr

User-Defined Types:

HCBT

Notes:

None.

Documentation
CBTProc on MSDN