Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
BoxedApp Packer Help >> Plugin API >> Functions BoxedAppSDK_EnableHook
Description
Enables the specified hook. You can find a code sample here: BoxedAppSDK_HookFunction Syntax
[ C++ ]
BOOL BoxedAppSDK_EnableHook(HANDLE hHook, BOOL bEnable);
[ Delphi ]
function BoxedAppSDK_EnableHook(hHook: THandle; bEnable: BOOL): BOOL;
Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|