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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c437 startupInfo.hStdInput = GetStdHandle(STD_INPUT_HANDLE);
441 startupInfo.hStdInput = (HANDLE) attr->stdinFd->secret->md.osfd;
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1135 StartupInfo.hStdInput = GetStdHandle(STD_INPUT_HANDLE);
1139 StartupInfo.hStdInput = _get_osfhandle(0);
1152 HANDLE *aphStds[3] = { &StartupInfo.hStdInput, &StartupInfo.hStdOutput, &StartupInfo.hStdError };
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h604 HANDLE hStdInput; /* 38: */ member in struct:_STARTUPINFOA
625 HANDLE hStdInput; member in struct:_STARTUPINFOW
H A Dwinternl.h168 HANDLE hStdInput; member in struct:_RTL_USER_PROCESS_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h590 HANDLE hStdInput; /* 38: */ member in struct:_STARTUPINFOA
611 HANDLE hStdInput; member in struct:_STARTUPINFOW
H A Dwinternl.h168 HANDLE hStdInput; member in struct:_RTL_USER_PROCESS_PARAMETERS
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp3872 SiEx.StartupInfo.hStdInput = pParentProcParams->StandardInput;

Completed in 170 milliseconds