Lines Matching refs:stdout_handle
2640 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);2644 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);2647 SetConsoleTextAttribute(stdout_handle,2652 SetConsoleTextAttribute(stdout_handle, old_color_attrs);