winapi_common
|
Process parameters for Process::shell(). More...
Public Member Functions | |
ShellParameters (const CommandLine &cmd_line) | |
Public Member Functions inherited from winapi::ProcessParameters | |
ProcessParameters (const CommandLine &cmd_line) | |
Static Public Member Functions | |
static ShellParameters | runas (const CommandLine &cmd_line) |
Public Attributes | |
boost::optional< std::string > | verb |
Public Attributes inherited from winapi::ProcessParameters | |
CommandLine | cmd_line |
boost::optional< process::IO > | io |
ConsoleCreationMode | console_mode = ConsoleNew |
Additional Inherited Members | |
Public Types inherited from winapi::ProcessParameters | |
enum | ConsoleCreationMode { ConsoleNone , ConsoleInherit , ConsoleNew } |
Process parameters for Process::shell().
Definition at line 39 of file process.hpp.