Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
BoxedApp SDK Help >> Functions BoxedAppSDK_EnableHook
Description
Enables the specified hook. You can find a code sample here: BoxedAppSDK_HookFunction Syntax
[ C++ ]
BOOL __stdcall 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
|