Searched refs:stdout_handle (Results 1 – 1 of 1) sorted by relevance
3322 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local3326 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()3334 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()3340 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()