BoxedAppSDK_EnableOption
Description
You can control the behavior of the SDK by setting the required options. The function BoxedAppSDK_EnableOption sets option values: each option can be either enabled or disabled. Also, each option has a default value. The details on the available options are accumulated here: BoxedApp SDK Options.
Syntax
C++
void __stdcall BoxedAppSDK_EnableOption(DWORD dwOptionIndex, BOOL bEnable);
Delphi
procedure BoxedAppSDK_EnableOption(dwOptionIndex: DWORD; bEnable: BOOL); stdcall;
Parameters
dwOptionIndex
Index of the option: BoxedApp SDK Options.
bEnable
It's TRUE to enable the option. Otherwise, pass FALSE to disable the option.