DEF_BOXEDAPPSDK_OPTION__ALL_CHANGES_ARE_VIRTUAL - When enabled, all modifications to the file system and registry are redirected to the virtual environment instead of affecting the real system. Learn more
DEF_BOXEDAPPSDK_OPTION__EMBED_BOXEDAPP_IN_CHILD_PROCESSES - When enabled, all child processes automatically inherit the parent process's virtual environment. Learn more
DEF_BOXEDAPPSDK_OPTION__ENABLE_VIRTUAL_FILE_SYSTEM - Controls whether BoxedApp intercepts file system calls. When disabled, the virtual file system is turned off. Learn more
DEF_BOXEDAPPSDK_OPTION__ENABLE_VIRTUAL_REGISTRY - Controls whether BoxedApp intercepts registry operations. When disabled, the virtual registry is turned off. Learn more
DEF_BOXEDAPPSDK_OPTION__EMULATE_OUT_OF_PROC_COM_SERVERS - Allows attaching COM server processes implemented as executables to the shared virtual environment. Learn more
DEF_BOXEDAPPSDK_OPTION__INHERIT_OPTIONS - Ensures that newly created child processes inherit the same option values as their parent process. Learn more