#include <MSWindowsProcess.h>
◆ MSWindowsProcess()
deskflow::platform::MSWindowsProcess::MSWindowsProcess |
( |
const std::string & | command, |
|
|
HANDLE | stdOutput = nullptr, |
|
|
HANDLE | stdError = nullptr ) |
|
explicit |
◆ ~MSWindowsProcess()
deskflow::platform::MSWindowsProcess::~MSWindowsProcess |
( |
| ) |
|
◆ createPipes()
void deskflow::platform::MSWindowsProcess::createPipes |
( |
| ) |
|
◆ info()
PROCESS_INFORMATION deskflow::platform::MSWindowsProcess::info |
( |
| ) |
const |
|
inline |
◆ readStdError()
std::string deskflow::platform::MSWindowsProcess::readStdError |
( |
| ) |
|
◆ readStdOutput()
std::string deskflow::platform::MSWindowsProcess::readStdOutput |
( |
| ) |
|
◆ shutdown() [1/2]
void deskflow::platform::MSWindowsProcess::shutdown |
( |
HANDLE | handle, |
|
|
DWORD | pid, |
|
|
int | timeout = kDefaultShutdownTimeout ) |
|
static |
◆ shutdown() [2/2]
void deskflow::platform::MSWindowsProcess::shutdown |
( |
int | timeout = kDefaultShutdownTimeout | ) |
|
◆ startAsUser()
BOOL deskflow::platform::MSWindowsProcess::startAsUser |
( |
HANDLE | userToken, |
|
|
LPSECURITY_ATTRIBUTES | sa ) |
◆ startInForeground()
BOOL deskflow::platform::MSWindowsProcess::startInForeground |
( |
| ) |
|
◆ waitForExit()
DWORD deskflow::platform::MSWindowsProcess::waitForExit |
( |
| ) |
|
The documentation for this class was generated from the following files: