Searched refs:hConsoleHandle (Results 1 – 1 of 1) sorted by relevance
70 HANDLE hConsoleHandle = nullptr; in SetTextColor() local73 hConsoleHandle = GetStdHandle(STD_ERROR_HANDLE); in SetTextColor()77 hConsoleHandle = GetStdHandle(STD_OUTPUT_HANDLE); in SetTextColor()90 SetConsoleTextAttribute(hConsoleHandle, textAttributes); in SetTextColor()