Searched refs:hStdOutput (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c438 startupInfo.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE);
445 startupInfo.hStdOutput = (HANDLE) attr->stdoutFd->secret->md.osfd;
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1136 StartupInfo.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE);
1140 StartupInfo.hStdOutput = _get_osfhandle(1);
1152 HANDLE *aphStds[3] = { &StartupInfo.hStdInput, &StartupInfo.hStdOutput, &StartupInfo.hStdError };
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h605 HANDLE hStdOutput; /* 3c: */ member in struct:_STARTUPINFOA
626 HANDLE hStdOutput; member in struct:_STARTUPINFOW
H A Dwinternl.h169 HANDLE hStdOutput; member in struct:_RTL_USER_PROCESS_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h591 HANDLE hStdOutput; /* 3c: */ member in struct:_STARTUPINFOA
612 HANDLE hStdOutput; member in struct:_STARTUPINFOW
H A Dwinternl.h169 HANDLE hStdOutput; member in struct:_RTL_USER_PROCESS_PARAMETERS
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp3873 SiEx.StartupInfo.hStdOutput = pParentProcParams->StandardOutput;

Completed in 354 milliseconds