VirtualBox

Changeset 55530 in vbox for trunk/include


Ignore:
Timestamp:
Apr 29, 2015 5:40:40 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99889
Message:

RTProcCreate,RTProcCreateEx: Added RTPROC_FLAGS_UNQUOTED_ARGS for allowing working around for windows programs with their own brilliant ideas about command line parsing.

File:
1 edited

Legend:

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

    r51770 r55530  
    206206/** Search the PATH for the executable.  */
    207207#define RTPROC_FLAGS_SEARCH_PATH            RT_BIT(6)
    208 
     208/** Don't quote and escape arguments on Windows and similar platforms where a
     209 * command line is passed to the child process instead of an argument vector,
     210 * just join up argv with a space between each.  Ignored on platforms
     211 * passing argument the vector. */
     212#define RTPROC_FLAGS_UNQUOTED_ARGS          RT_BIT(7)
     213/** Valid flag mask. */
     214#define RTPROC_FLAGS_VALID_MASK             UINT32_C(0xff)
    209215/** @}  */
    210216
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