3 references to GetStdHandle
System (3)
services\monitoring\system\diagnosticts\Process.cs (3)
2013
startupInfo.hStdInput = new SafeFileHandle(NativeMethods.
GetStdHandle
(NativeMethods.STD_INPUT_HANDLE), false);
2019
startupInfo.hStdOutput = new SafeFileHandle(NativeMethods.
GetStdHandle
(NativeMethods.STD_OUTPUT_HANDLE), false);
2025
startupInfo.hStdError = new SafeFileHandle(NativeMethods.
GetStdHandle
(NativeMethods.STD_ERROR_HANDLE), false);