BoxedApp SDK Help >> Functions

BoxedAppSDK_EnableOption

Description

Enables a specified option.

The following options are available:

  • DEF_BOXEDAPPSDK_OPTION__ALL_CHANGES_ARE_VIRTUAL (1), default value: FALSE - when the option enabled all changes are saving in virtual environment. The typical situation when this is useful is a registration of an ActiveX.
  • DEF_BOXEDAPPSDK_OPTION__EMBED_BOXEDAPP_IN_CHILD_PROCESSES (2), default value: TRUE - when the option enabled BoxedApp SDK is embedding into a child processes created by the main process.

Syntax

[ C++ ]
void __stdcall BoxedAppSDK_EnableOption(DWORD dwOptionIndex, BOOL bEnable);

[ Delphi ]
procedure BoxedAppSDK_EnableOption(dwOptionIndex: DWORD; bEnable: BOOL); stdcall;



Copyright © Softanics. All rights reserved.
BoxedApp is a trademark of Softanics.