ReactOS 0.4.15-dev-7846-g8ba6c66
PRINT_DATA Struct Reference
Collaboration diagram for PRINT_DATA:

Public Attributes

PRINTDLG printer
 
HWND hwndDlg
 
INT status
 
INT currentPage
 
RECT printRect
 
SYSTEMTIME stNow
 
HFONT hHeaderFont
 
HFONT hBodyFont
 
LPTSTR pszText
 
DWORD ich
 
DWORD cchText
 
INT cyHeader
 
INT cySpacing
 
INT cyFooter
 

Detailed Description

Definition at line 97 of file printing.c.

Member Data Documentation

◆ cchText

DWORD PRINT_DATA::cchText

Definition at line 109 of file printing.c.

Referenced by DoPrintDocument().

◆ currentPage

INT PRINT_DATA::currentPage

Definition at line 102 of file printing.c.

Referenced by DIALOG_Printing_DialogProc(), and DoPrintDocument().

◆ cyFooter

INT PRINT_DATA::cyFooter

Definition at line 112 of file printing.c.

Referenced by DoPrintDocument().

◆ cyHeader

INT PRINT_DATA::cyHeader

Definition at line 110 of file printing.c.

Referenced by DoPrintDocument().

◆ cySpacing

INT PRINT_DATA::cySpacing

Definition at line 111 of file printing.c.

Referenced by DoPrintDocument().

◆ hBodyFont

HFONT PRINT_DATA::hBodyFont

Definition at line 106 of file printing.c.

Referenced by DoCreatePrintFonts(), and DoPrintDocument().

◆ hHeaderFont

HFONT PRINT_DATA::hHeaderFont

Definition at line 105 of file printing.c.

Referenced by DoCreatePrintFonts(), and DoPrintDocument().

◆ hwndDlg

HWND PRINT_DATA::hwndDlg

Definition at line 100 of file printing.c.

Referenced by DIALOG_Printing_DialogProc(), and DoPrintDocument().

◆ ich

DWORD PRINT_DATA::ich

Definition at line 108 of file printing.c.

Referenced by DoPrintDocument().

◆ printer

PRINTDLG PRINT_DATA::printer

Definition at line 99 of file printing.c.

Referenced by DIALOG_FilePrint(), DIALOG_Printing_DialogProc(), and DoPrintDocument().

◆ printRect

RECT PRINT_DATA::printRect

Definition at line 103 of file printing.c.

Referenced by DoPrintDocument().

◆ pszText

LPTSTR PRINT_DATA::pszText

Definition at line 107 of file printing.c.

Referenced by DoPrintDocument().

◆ status

INT PRINT_DATA::status

Definition at line 101 of file printing.c.

Referenced by DIALOG_Printing_DialogProc(), and DoPrintDocument().

◆ stNow

SYSTEMTIME PRINT_DATA::stNow

Definition at line 104 of file printing.c.

Referenced by DoPrintDocument().


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