winapi_common
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
winapi::ShellParameters Struct Reference

Process parameters for Process::shell(). More...

Inheritance diagram for winapi::ShellParameters:
winapi::ProcessParameters

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::IOio
 
ConsoleCreationMode console_mode = ConsoleNew
 

Additional Inherited Members

- Public Types inherited from winapi::ProcessParameters
enum  ConsoleCreationMode { ConsoleNone , ConsoleInherit , ConsoleNew }
 

Detailed Description

Process parameters for Process::shell().

Definition at line 39 of file process.hpp.


The documentation for this struct was generated from the following file: