|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 |
Definition at line 97 of file printing.c.
| DWORD PRINT_DATA::cchText |
Definition at line 109 of file printing.c.
Referenced by DoPrintDocument().
| INT PRINT_DATA::currentPage |
Definition at line 102 of file printing.c.
Referenced by DIALOG_Printing_DialogProc(), and DoPrintDocument().
| INT PRINT_DATA::cyFooter |
Definition at line 112 of file printing.c.
Referenced by DoPrintDocument().
| INT PRINT_DATA::cyHeader |
Definition at line 110 of file printing.c.
Referenced by DoPrintDocument().
| INT PRINT_DATA::cySpacing |
Definition at line 111 of file printing.c.
Referenced by DoPrintDocument().
| HFONT PRINT_DATA::hBodyFont |
Definition at line 106 of file printing.c.
Referenced by DoCreatePrintFonts(), and DoPrintDocument().
| HFONT PRINT_DATA::hHeaderFont |
Definition at line 105 of file printing.c.
Referenced by DoCreatePrintFonts(), and DoPrintDocument().
| HWND PRINT_DATA::hwndDlg |
Definition at line 100 of file printing.c.
Referenced by DIALOG_Printing_DialogProc(), and DoPrintDocument().
| DWORD PRINT_DATA::ich |
Definition at line 108 of file printing.c.
Referenced by DoPrintDocument().
| PRINTDLG PRINT_DATA::printer |
Definition at line 99 of file printing.c.
Referenced by DIALOG_FilePrint(), DIALOG_Printing_DialogProc(), and DoPrintDocument().
| RECT PRINT_DATA::printRect |
Definition at line 103 of file printing.c.
Referenced by DoPrintDocument().
| LPTSTR PRINT_DATA::pszText |
Definition at line 107 of file printing.c.
Referenced by DoPrintDocument().
| INT PRINT_DATA::status |
Definition at line 101 of file printing.c.
Referenced by DIALOG_Printing_DialogProc(), and DoPrintDocument().
| SYSTEMTIME PRINT_DATA::stNow |
Definition at line 104 of file printing.c.
Referenced by DoPrintDocument().