.
delegate IntPtr CBTProc(HCBT nCode, IntPtr wParam, IntPtr lParam);
.
Private Delegate Function CBTProc(nCode As HCBT, wParam As IntPtr, lParam As IntPtr) As IntPtr
.
HCBT
Used with CBTProc
3/2/2012 6:47:47 AM - anonymous
.
enum HCBT : int {
.
Private Enum HCBT As Integer
.