BoxedAppSDK_IsOptionEnabled
Description
You can control the behavior of the SDK by setting the required options. With the function BoxedAppSDK_IsOptionEnabled, you can find out the current value of the option; each option can be either enabled or disabled. Each option has a default value. The details on the available options are accumulated here: BoxedApp SDK Options.
Syntax
C++
BOOL __stdcall BoxedAppSDK_IsOptionEnabled(DWORD dwOptionIndex);
Delphi
function BoxedAppSDK_IsOptionEnabled(dwOptionIndex: DWORD): BOOL; stdcall;
Parameters
dwOptionIndex
Index of the option: BoxedApp SDK Options.