BoxedAppSDK_GetOriginalFunction
Description
Returns an address, which you can use to call the original function.
For more information on using hooks, please see "Intercepting Functions".
Syntax
C++
PVOID __stdcall BoxedAppSDK_GetOriginalFunction(HANDLE hHook);
Delphi
function BoxedAppSDK_GetOriginalFunction(hHook: THandle): Pointer; stdcall;
Parameters
hHook
The handle of the hook returned by BoxedAppSDK_HookFunction.