From def5c50960eea4c112647f88361a3ae7155901a8 Mon Sep 17 00:00:00 2001 From: egor-tensin Date: Tue, 4 Jul 2023 00:48:00 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20egor-tensin/wina?= =?UTF-8?q?pi-common@0c196cbe8b4927c78c02b2c7312fc69a507db845=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- structwinapi_1_1ShellParameters.html | 144 +++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 structwinapi_1_1ShellParameters.html (limited to 'structwinapi_1_1ShellParameters.html') diff --git a/structwinapi_1_1ShellParameters.html b/structwinapi_1_1ShellParameters.html new file mode 100644 index 0000000..888a929 --- /dev/null +++ b/structwinapi_1_1ShellParameters.html @@ -0,0 +1,144 @@ + + + + + + + +winapi_common: winapi::ShellParameters Struct Reference + + + + + + + + + +
+
+ + + + + + +
+
winapi_common +
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
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: +
+ + + + -- cgit v1.2.3