HRESULT WFSUnhookBlockingHook( )
Removes any previous blocking hook that had been installed and reinstalls the default blocking mechanism.
Parameters None.
Mode Immediate
Comments The function will always install the default routine, not the previous routine. If an application wishes to nest blocking hook routines—i.e., to establish a temporary blocking call and then revert to the previous mechanism—it must save and restore the value returned by the WFSSetBlockingHook function. See Section 3.12.
Error Codes If the function return is not WFS_SUCCESS, it is one of the following error conditions:
See also WFSSetBlockingHook