ReactOS 0.4.15-dev-7942-gd23573b
_CONSOLE_PROPERTIES Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_PROPERTIES:

Public Attributes

INT IconIndex
 
HICON hIcon
 
HICON hIconSm
 
DWORD dwHotKey
 
DWORD dwStartupFlags
 
WORD wFillAttribute
 
WORD wPopupFillAttribute
 
WORD wShowWindow
 
WORD wUnknown
 
COORD dwScreenBufferSize
 
COORD dwWindowSize
 
COORD dwWindowOrigin
 
DWORD nFont
 
DWORD nInputBufferSize
 
COORD dwFontSize
 
UINT uFontFamily
 
UINT uFontWeight
 
WCHAR FaceName [LF_FACESIZE]
 
UINT uCursorSize
 
BOOL bFullScreen
 
BOOL bQuickEdit
 
BOOL bInsertMode
 
BOOL bAutoPosition
 
UINT uHistoryBufferSize
 
UINT uNumberOfHistoryBuffers
 
BOOL bHistoryNoDup
 
COLORREF ColorTable [16]
 
UINT uCodePage
 

Detailed Description

Definition at line 120 of file conmsg.h.

Member Data Documentation

◆ bAutoPosition

BOOL _CONSOLE_PROPERTIES::bAutoPosition

Definition at line 151 of file conmsg.h.

◆ bFullScreen

BOOL _CONSOLE_PROPERTIES::bFullScreen

Definition at line 148 of file conmsg.h.

◆ bHistoryNoDup

BOOL _CONSOLE_PROPERTIES::bHistoryNoDup

Definition at line 154 of file conmsg.h.

◆ bInsertMode

BOOL _CONSOLE_PROPERTIES::bInsertMode

Definition at line 150 of file conmsg.h.

◆ bQuickEdit

BOOL _CONSOLE_PROPERTIES::bQuickEdit

Definition at line 149 of file conmsg.h.

◆ ColorTable

COLORREF _CONSOLE_PROPERTIES::ColorTable[16]

Definition at line 155 of file conmsg.h.

◆ dwFontSize

COORD _CONSOLE_PROPERTIES::dwFontSize

Definition at line 143 of file conmsg.h.

◆ dwHotKey

DWORD _CONSOLE_PROPERTIES::dwHotKey

Definition at line 125 of file conmsg.h.

◆ dwScreenBufferSize

COORD _CONSOLE_PROPERTIES::dwScreenBufferSize

Definition at line 138 of file conmsg.h.

◆ dwStartupFlags

DWORD _CONSOLE_PROPERTIES::dwStartupFlags

Definition at line 126 of file conmsg.h.

◆ dwWindowOrigin

COORD _CONSOLE_PROPERTIES::dwWindowOrigin

Definition at line 140 of file conmsg.h.

◆ dwWindowSize

COORD _CONSOLE_PROPERTIES::dwWindowSize

Definition at line 139 of file conmsg.h.

◆ FaceName

WCHAR _CONSOLE_PROPERTIES::FaceName[LF_FACESIZE]

Definition at line 146 of file conmsg.h.

◆ hIcon

HICON _CONSOLE_PROPERTIES::hIcon

Definition at line 123 of file conmsg.h.

◆ hIconSm

HICON _CONSOLE_PROPERTIES::hIconSm

Definition at line 124 of file conmsg.h.

◆ IconIndex

INT _CONSOLE_PROPERTIES::IconIndex

Definition at line 122 of file conmsg.h.

◆ nFont

DWORD _CONSOLE_PROPERTIES::nFont

Definition at line 141 of file conmsg.h.

◆ nInputBufferSize

DWORD _CONSOLE_PROPERTIES::nInputBufferSize

Definition at line 142 of file conmsg.h.

◆ uCodePage

UINT _CONSOLE_PROPERTIES::uCodePage

Definition at line 158 of file conmsg.h.

◆ uCursorSize

UINT _CONSOLE_PROPERTIES::uCursorSize

Definition at line 147 of file conmsg.h.

◆ uFontFamily

UINT _CONSOLE_PROPERTIES::uFontFamily

Definition at line 144 of file conmsg.h.

◆ uFontWeight

UINT _CONSOLE_PROPERTIES::uFontWeight

Definition at line 145 of file conmsg.h.

◆ uHistoryBufferSize

UINT _CONSOLE_PROPERTIES::uHistoryBufferSize

Definition at line 152 of file conmsg.h.

◆ uNumberOfHistoryBuffers

UINT _CONSOLE_PROPERTIES::uNumberOfHistoryBuffers

Definition at line 153 of file conmsg.h.

◆ wFillAttribute

WORD _CONSOLE_PROPERTIES::wFillAttribute

Definition at line 129 of file conmsg.h.

◆ wPopupFillAttribute

WORD _CONSOLE_PROPERTIES::wPopupFillAttribute

Definition at line 130 of file conmsg.h.

◆ wShowWindow

WORD _CONSOLE_PROPERTIES::wShowWindow

Definition at line 135 of file conmsg.h.

◆ wUnknown

WORD _CONSOLE_PROPERTIES::wUnknown

Definition at line 136 of file conmsg.h.


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