Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WinAPPCUnhookBlockingHook function removes any previous blocking hook that has been installed and reinstalls the default blocking mechanism.
Syntax
BOOL WINAPI WinAPPCUnhookBlockingHook(
void
);
Return Value
The return value specifies the outcome of the function. It is nonzero if the default mechanism is successfully reinstalled. The value is zero if the mechanism did not reinstall.