HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)

CPI-C Calls
WinCPICUnhookBlockingHook
Chapter 3 311
WinCPICUnhookBlockingHook
For Windows The application uses this call to remove its own blocking function, which
it has previously specified using WinCPICSetBlockingHook(), and
revert to using CPI-C's default blocking function.
Function Call
BOOL WINAPI WinCPICUnhookBlockingHook (void);
Supplied Parameters
There are no supplied parameters for this function.
Returned Values
The return value is one of the following:
TRUE The blocking function was removed successfully; any
further blocking calls will use the default blocking
function.
FALSE The call did not complete successfully.
End of Section