Searched refs:defaultScreenInfo (Results 1 – 2 of 2) sorted by relevance
14918 CONSOLE_SCREEN_BUFFER_INFO defaultScreenInfo; in printBold() local14919 GetConsoleScreenBufferInfo(out, &defaultScreenInfo); in printBold()14924 SetConsoleTextAttribute(out, defaultScreenInfo.wAttributes); in printBold()
14941 CONSOLE_SCREEN_BUFFER_INFO defaultScreenInfo; in printBold() local14942 GetConsoleScreenBufferInfo(out, &defaultScreenInfo); in printBold()14947 SetConsoleTextAttribute(out, defaultScreenInfo.wAttributes); in printBold()