Searched refs:stdout_handle (Results 1 – 1 of 1) sorted by relevance
3349 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local3353 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()3361 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()3367 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()