Searched refs:stdout_handle (Results 1 – 1 of 1) sorted by relevance
1030 HANDLE stdout_handle, stderr_handle; in launch_server() local1061 stdout_handle = GetStdHandle( STD_OUTPUT_HANDLE ); in launch_server()1063 if (stdout_handle != INVALID_HANDLE_VALUE) { in launch_server()1064 SetHandleInformation( stdout_handle, HANDLE_FLAG_INHERIT, 0 ); in launch_server()