#include <win32_ops.hpp>
Public Attributes | |
std::string | work_directory |
STARTUPINFOA * | startupinfo |
This helper class is used to hold all the attributes that configure a new Win32 child process.
All its fields are public for simplicity. It is only intended for internal use and it is heavily coupled with the Context implementations.
The work directory.
This string specifies the directory in which the child process starts execution. It cannot be empty.
STARTUPINFOA* boost::process::detail::win32_setup::startupinfo |