ReactOS 0.4.15-dev-7953-g1f49173
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
8class CPipedProcess : public CProcess
9{
10private:
12
14
15public:
16 CPipedProcess(const wstring& CommandLine, CPipe& Pipe);
17};
Definition: CPipe.h:10
STARTUPINFOW m_StartupInfo
Definition: CPipedProcess.h:11
LPSTARTUPINFOW InitStartupInfo(CPipe &Pipe)
SIZE_T LPSTARTUPINFOW
Definition: cordebug.idl:85
_In_ WDFUSBPIPE Pipe
Definition: wdfusb.h:1741