VirtualBox

Changeset 57799 in vbox for trunk/include


Ignore:
Timestamp:
Sep 17, 2015 9:02:23 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102742
Message:

IPRT/process: Introduced flag RTPROC_FLAGS_OVERWRITE_WITH_PROFILE (only used for Windows at the moment) for overwriting environment variables of the passed-in hEnv environment block with variables of the loaded profile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/process.h

    r57753 r57799  
    211211 * passing argument the vector. */
    212212#define RTPROC_FLAGS_UNQUOTED_ARGS          RT_BIT(7)
     213/** Only valid in combination with RTPROC_FLAGS_PROFILE.
     214 * This will overwrite environment variables of the passed-in hEnv
     215 * environment block with variables of the loaded profile. */
     216#define RTPROC_FLAGS_OVERWRITE_WITH_PROFILE RT_BIT(8)
    213217/** Valid flag mask. */
    214 #define RTPROC_FLAGS_VALID_MASK             UINT32_C(0xff)
     218#define RTPROC_FLAGS_VALID_MASK             UINT32_C(0x1ff)
    215219/** @}  */
    216220
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette