BoxedAppSDK_IsOptionEnabled

Description

You can control the behavior of the SDK by setting or reading configuration options. The function BoxedAppSDK_IsOptionEnabled allows you to check the current value of a specific option. Each option can be either enabled or disabled and has a predefined default state.

For the full list of available options, see BoxedApp SDK Options.

Syntax

BOOL __stdcall BoxedAppSDK_IsOptionEnabled(DWORD dwOptionIndex);
function BoxedAppSDK_IsOptionEnabled(dwOptionIndex: DWORD): BOOL; stdcall;

Parameters

dwOptionIndex
Specifies the index of the option to check.

See BoxedApp SDK Options for a complete list.

See Also