|
HookTypesCallWndProc Field |
The WH_CALLWNDPROC and WH_CALLWNDPROCRET hooks enable you to monitor messages sent to
window procedures. The system calls a WH_CALLWNDPROC hook procedure before passing the
message to the receiving window procedure, and calls the WH_CALLWNDPROCRET hook procedure
after the window procedure has processed the message.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public static readonly int CallWndProc
Public Shared ReadOnly CallWndProc As Integer
public:
static initonly int CallWndProc
static val CallWndProc: int
Field Value
Int32See Also