Searched refs:stdout_handle (Results 1 – 1 of 1) sorted by relevance
546 HANDLE stdout_handle, stderr_handle; in launch_server() local577 stdout_handle = GetStdHandle( STD_OUTPUT_HANDLE ); in launch_server()579 if (stdout_handle != INVALID_HANDLE_VALUE) { in launch_server()580 SetHandleInformation( stdout_handle, HANDLE_FLAG_INHERIT, 0 ); in launch_server()