VXPLib Documentation: COM
|
IVXPMenuHook::UnHookWnd
-
Detaches the currently attached window through the latest call to method HookWnd
-
HRESULT UnHookWnd(long * hWnd);
|
Parameters
-
hWnd [out, retval] - Returns handle of the previously attached window, if successful, or NULL otherwise.
Remarks
-
Calling this method may have an effect only after a successful call to method HookWnd.
Method UnHookWnd is called automatically when the interface is destroyed.
See Also
-
IVXPMenuHook | HookWnd
|