BoxedAppSDK_RemoteProcess_IsOptionEnabled
Description
You can control the behavior of the SDK by setting the required options. If for current process that's the function BoxedAppSDK_IsOptionEnabled, for other, attached process, that's the function BoxedAppSDK_RemoteProcess_IsOptionEnabled. Here the list of available options: BoxedApp SDK Options.
Syntax
C++
BOOL __stdcall BoxedAppSDK_RemoteProcess_IsOptionEnabled(
DWORD dwProcessId,
DWORD dwOptionIndex);
Delphi
function BoxedAppSDK_RemoteProcess_IsOptionEnabled(
dwProcessId: DWORD;
dwOptionIndex: DWORD): BOOL; stdcall;
Parameters
dwProcessId
The identifier of the process to be opened.
dwOptionIndex
Index of the option: BoxedApp SDK Options.
bEnable
It's TRUE to enable the option. Otherwise, pass FALSE to disable the option.