ReactOS 0.4.15-dev-8021-g7ce96fd
_CONSOLE_GETCURRENTFONT Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETCURRENTFONT:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
BOOLEAN MaximumWindow
 
ULONG FontIndex
 
COORD FontSize
 

Detailed Description

Definition at line 426 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_GETCURRENTFONT::ConsoleHandle

Definition at line 428 of file conmsg.h.

Referenced by GetCurrentConsoleFont().

◆ FontIndex

ULONG _CONSOLE_GETCURRENTFONT::FontIndex

Definition at line 431 of file conmsg.h.

Referenced by GetCurrentConsoleFont().

◆ FontSize

COORD _CONSOLE_GETCURRENTFONT::FontSize

Definition at line 432 of file conmsg.h.

Referenced by GetCurrentConsoleFont().

◆ MaximumWindow

BOOLEAN _CONSOLE_GETCURRENTFONT::MaximumWindow

Definition at line 430 of file conmsg.h.

Referenced by GetCurrentConsoleFont().

◆ OutputHandle

HANDLE _CONSOLE_GETCURRENTFONT::OutputHandle

Definition at line 429 of file conmsg.h.

Referenced by GetCurrentConsoleFont().


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