|
#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 19 of file executor.hpp.
|
inline |
Definition at line 21 of file executor.hpp.
|
inline |
Definition at line 85 of file executor.hpp.
LPTSTR cmd_line |
Definition at line 112 of file executor.hpp.
DWORD creation_flags |
Definition at line 116 of file executor.hpp.
LPVOID env |
Definition at line 117 of file executor.hpp.
LPCTSTR exe |
Definition at line 111 of file executor.hpp.
BOOL inherit_handles |
Definition at line 115 of file executor.hpp.
LPSECURITY_ATTRIBUTES proc_attrs |
Definition at line 113 of file executor.hpp.
PROCESS_INFORMATION proc_info |
Definition at line 125 of file executor.hpp.
STARTUPINFO startup_info |
Definition at line 123 of file executor.hpp.
LPSECURITY_ATTRIBUTES thread_attrs |
Definition at line 114 of file executor.hpp.
LPCTSTR work_dir |
Definition at line 118 of file executor.hpp.