.
Please delete - see CBTProc
Callback for the windows hook WH_CBT
3/2/2012 6:55:14 AM - -174.59.243.98
.
/// information, see the CBTProc hook procedure.
.
delegate IntPtr CBTProc(HCBT nCode, IntPtr wParam, IntPtr lParam);
.
Private Delegate Function CBTProc(nCode As HCBT, wParam As IntPtr, lParam As IntPtr) As IntPtr
.