ReactOS 0.4.15-dev-7953-g1f49173
_CONSOLE_GETFONTINFO Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETFONTINFO:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
BOOLEAN MaximumWindow
 
PCONSOLE_FONT_INFO FontInfo
 
ULONG NumFonts
 

Detailed Description

Definition at line 409 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_GETFONTINFO::ConsoleHandle

Definition at line 411 of file conmsg.h.

Referenced by GetConsoleFontInfo().

◆ FontInfo

PCONSOLE_FONT_INFO _CONSOLE_GETFONTINFO::FontInfo

Definition at line 414 of file conmsg.h.

Referenced by GetConsoleFontInfo().

◆ MaximumWindow

BOOLEAN _CONSOLE_GETFONTINFO::MaximumWindow

Definition at line 413 of file conmsg.h.

Referenced by GetConsoleFontInfo().

◆ NumFonts

ULONG _CONSOLE_GETFONTINFO::NumFonts

Definition at line 415 of file conmsg.h.

Referenced by GetConsoleFontInfo().

◆ OutputHandle

HANDLE _CONSOLE_GETFONTINFO::OutputHandle

Definition at line 412 of file conmsg.h.

Referenced by GetConsoleFontInfo().


The documentation for this struct was generated from the following file: