boost::process::detail::win32_setup Struct Reference

#include <win32_ops.hpp>

List of all members.

Public Attributes

std::string work_directory
STARTUPINFOA * startupinfo


Detailed Description

Helper class to configure a Win32 child.

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.


Member Data Documentation

The work directory.

This string specifies the directory in which the child process starts execution. It cannot be empty.

The process startup properties.

This Win32-specific object holds a list of properties that describe how the new process should be started. The STARTF_USESTDHANDLES flag should not be set in it because it is automatically configured by win32_start().


The documentation for this struct was generated from the following file:

Generated on Mon Sep 22 01:00:43 2008 by  doxygen 1.5.5