ReactOS 0.4.15-dev-7953-g1f49173
_CONSOLE_GETFONTSIZE Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETFONTSIZE:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
ULONG FontIndex
 
COORD FontSize
 

Detailed Description

Definition at line 418 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_GETFONTSIZE::ConsoleHandle

Definition at line 420 of file conmsg.h.

Referenced by GetConsoleFontSize().

◆ FontIndex

ULONG _CONSOLE_GETFONTSIZE::FontIndex

Definition at line 422 of file conmsg.h.

Referenced by GetConsoleFontSize().

◆ FontSize

COORD _CONSOLE_GETFONTSIZE::FontSize

Definition at line 423 of file conmsg.h.

Referenced by GetConsoleFontSize().

◆ OutputHandle

HANDLE _CONSOLE_GETFONTSIZE::OutputHandle

Definition at line 421 of file conmsg.h.

Referenced by GetConsoleFontSize().


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