ReactOS
0.4.16-dev-240-gdb5fa3b
CPipedProcess.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 that creates a process and redirects its output to a pipe
5
* COPYRIGHT: Copyright 2015 Thomas Faber (thomas.faber@reactos.org)
6
*/
7
8
class
CPipedProcess
:
public
CProcess
9
{
10
private
:
11
STARTUPINFOW
m_StartupInfo
;
12
13
LPSTARTUPINFOW
InitStartupInfo
(
CPipe
&
Pipe
);
14
15
public
:
16
CPipedProcess
(
const
wstring& CommandLine,
CPipe
&
Pipe
);
17
};
CPipe
Definition:
CPipe.h:10
CPipedProcess
Definition:
CPipedProcess.h:9
CPipedProcess::m_StartupInfo
STARTUPINFOW m_StartupInfo
Definition:
CPipedProcess.h:11
CPipedProcess::InitStartupInfo
LPSTARTUPINFOW InitStartupInfo(CPipe &Pipe)
Definition:
CPipedProcess.cpp:33
CProcess
Definition:
CProcess.h:9
LPSTARTUPINFOW
SIZE_T LPSTARTUPINFOW
Definition:
cordebug.idl:85
_STARTUPINFOW
Definition:
winbase.h:876
Pipe
_In_ WDFUSBPIPE Pipe
Definition:
wdfusb.h:1741
modules
rostests
rosautotest
CPipedProcess.h
Generated on Tue Nov 5 2024 06:08:42 for ReactOS by
1.9.6