BoxedAppSDK_UnhookFunction
Description
Clears and removes the hook.
For more information on using hooks, please see "Intercepting Functions".
Syntax
C++
BOOL __stdcall BoxedAppSDK_UnhookFunction(HANDLE hHook);
Delphi
function BoxedAppSDK_UnhookFunction(hHook: THandle): BOOL; stdcall;
Parameters
hHook
The handle of the hook to clear. The handle is returned by BoxedAppSDK_HookFunction.