|
#include <boost/process/windows/executor.hpp>
Classes | |
struct | call_on_CreateProcess_error |
struct | call_on_CreateProcess_setup |
struct | call_on_CreateProcess_success |
Public Member Functions | |
executor () | |
template<class InitializerSequence > | |
child | operator() (const InitializerSequence &seq) |
Public Attributes | |
LPTSTR | cmd_line |
DWORD | creation_flags |
LPVOID | env |
LPCTSTR | exe |
BOOL | inherit_handles |
LPSECURITY_ATTRIBUTES | proc_attrs |
PROCESS_INFORMATION | proc_info |
STARTUPINFO | startup_info |
LPSECURITY_ATTRIBUTES | thread_attrs |
LPCTSTR | work_dir |
Definition at line 20 of file executor.hpp.
|
inline |
Definition at line 22 of file executor.hpp.
|
inline |
Definition at line 102 of file executor.hpp.
LPTSTR cmd_line |
Definition at line 128 of file executor.hpp.
DWORD creation_flags |
Definition at line 132 of file executor.hpp.
LPVOID env |
Definition at line 133 of file executor.hpp.
LPCTSTR exe |
Definition at line 127 of file executor.hpp.
BOOL inherit_handles |
Definition at line 131 of file executor.hpp.
LPSECURITY_ATTRIBUTES proc_attrs |
Definition at line 129 of file executor.hpp.
PROCESS_INFORMATION proc_info |
Definition at line 141 of file executor.hpp.
STARTUPINFO startup_info |
Definition at line 139 of file executor.hpp.
LPSECURITY_ATTRIBUTES thread_attrs |
Definition at line 130 of file executor.hpp.
LPCTSTR work_dir |
Definition at line 134 of file executor.hpp.