#include <win32_context.hpp>
Public Member Functions | |
win32_basic_context () | |
Public Attributes | |
STARTUPINFOA * | startupinfo |
The context class implements the Context concept in an operating system agnostic way; it allows spawning new child processes using a single and common interface across different systems.
boost::process::win32_basic_context< String >::win32_basic_context | ( | ) | [inline] |
Initializes the Win32-specific process startup information with NULL.
STARTUPINFOA* boost::process::win32_basic_context< String >::startupinfo |
Win32-specific process startup information.