_CreatedProcessImpl

Wraps a created Windows process. Similar to std.process.Pid

version(Windows)
static if(_WIN32_WINNT >= 0x500)
struct _CreatedProcessImpl {}

Destructor

~this
~this()
Undocumented in source.

Alias This

pi

Members

Functions

wait
DWORD wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pi
PROCESS_INFORMATION pi;
Undocumented in source.

Meta