BoxedAppSDK_RemoteProcess_EnableOption
Description
You can control the behavior of the SDK by setting the required options. If for current process that's the function BoxedAppSDK_EnableOption, for other, attached process, that's the function BoxedAppSDK_RemoteProcess_EnableOption. Here the list of available options: BoxedApp SDK Options.
Syntax
C++
void __stdcall BoxedAppSDK_RemoteProcess_EnableOption(
DWORD dwProcessId,
DWORD dwOptionIndex,
BOOL bEnable);
Delphi
procedure BoxedAppSDK_RemoteProcess_EnableOption(
dwProcessId: DWORD;
dwOptionIndex: DWORD;
bEnable: 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.