Method | Description | |
---|---|---|
WndProcRetHook ( |
Construct a WH_CALLWNDPROCRET hook.
|
|
WndProcRetHook ( |
Construct a WH_CALLWNDPROCRET hook giving a hook filter delegate method.
|
Method | Description | |
---|---|---|
WndProcRetHookInvoked ( object sender, |
public WndProcRetHook ( |
||
hWndHooked | /// Handle of the window to be hooked. IntPtr.Zero to hook all window. /// | |
return | System |
public WndProcRetHook ( |
||
hWndHooked | /// Handle of the window to be hooked. IntPtr.Zero to hook all window. /// | |
func | HookProc | Hook filter event. |
return | System |