ReactOS 0.4.15-dev-7842-g558ab78
CProcess.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Automatic Testing Utility
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Class able to create a new process and closing its handles on destruction (exception-safe)
5 * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org)
6 */
7
9{
10private:
12
13public:
14 CProcess(const wstring& CommandLine, LPSTARTUPINFOW StartupInfo);
15 ~CProcess();
16
18};
PROCESS_INFORMATION m_ProcessInfo
Definition: CProcess.h:11
HANDLE GetProcessHandle() const
Definition: CProcess.h:17
~CProcess()
Definition: CProcess.cpp:32
SIZE_T LPSTARTUPINFOW
Definition: cordebug.idl:85