ReactOS 0.4.16-dev-336-gb667d82
|
#include <conmsg.h>
Public Attributes | |
HANDLE | ConsoleHandle |
HANDLE | OutputHandle |
BOOLEAN | MaximumWindow |
ULONG | FontIndex |
COORD | FontSize |
HANDLE _CONSOLE_GETCURRENTFONT::ConsoleHandle |
Definition at line 428 of file conmsg.h.
Referenced by GetCurrentConsoleFont().
ULONG _CONSOLE_GETCURRENTFONT::FontIndex |
Definition at line 431 of file conmsg.h.
Referenced by GetCurrentConsoleFont().
COORD _CONSOLE_GETCURRENTFONT::FontSize |
Definition at line 432 of file conmsg.h.
Referenced by GetCurrentConsoleFont().
BOOLEAN _CONSOLE_GETCURRENTFONT::MaximumWindow |
Definition at line 430 of file conmsg.h.
Referenced by GetCurrentConsoleFont().
HANDLE _CONSOLE_GETCURRENTFONT::OutputHandle |
Definition at line 429 of file conmsg.h.
Referenced by GetCurrentConsoleFont().