ReactOS 0.4.15-dev-7788-g1ad9096
DISPLAYDATA Struct Reference
Collaboration diagram for DISPLAYDATA:

Public Attributes

int nPageHeight
 
WCHAR szTypeFaceName [LF_FULLFACESIZE]
 
WCHAR szFormat [MAX_FORMAT]
 
WCHAR szString [MAX_STRING]
 
HFONT hCaptionFont
 
HFONT hCharSetFont
 
HFONT hSizeFont
 
HFONT hFonts [MAX_SIZES]
 
int nSizes [MAX_SIZES]
 
int nHeights [MAX_SIZES]
 

Detailed Description

Definition at line 23 of file display.c.

Member Data Documentation

◆ hCaptionFont

HFONT DISPLAYDATA::hCaptionFont

Definition at line 30 of file display.c.

◆ hCharSetFont

HFONT DISPLAYDATA::hCharSetFont

Definition at line 31 of file display.c.

◆ hFonts

HFONT DISPLAYDATA::hFonts[MAX_SIZES]

Definition at line 33 of file display.c.

◆ hSizeFont

HFONT DISPLAYDATA::hSizeFont

Definition at line 32 of file display.c.

◆ nHeights

int DISPLAYDATA::nHeights[MAX_SIZES]

Definition at line 35 of file display.c.

◆ nPageHeight

int DISPLAYDATA::nPageHeight

Definition at line 25 of file display.c.

◆ nSizes

int DISPLAYDATA::nSizes[MAX_SIZES]

Definition at line 34 of file display.c.

◆ szFormat

WCHAR DISPLAYDATA::szFormat[MAX_FORMAT]

Definition at line 27 of file display.c.

◆ szString

WCHAR DISPLAYDATA::szString[MAX_STRING]

Definition at line 28 of file display.c.

◆ szTypeFaceName

WCHAR DISPLAYDATA::szTypeFaceName[LF_FULLFACESIZE]

Definition at line 26 of file display.c.


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