ReactOS 0.4.15-dev-7918-g2a2556c
tagPSDA Struct Reference

#include <commdlg.h>

Collaboration diagram for tagPSDA:

Public Attributes

DWORD lStructSize
 
HWND hwndOwner
 
HGLOBAL hDevMode
 
HGLOBAL hDevNames
 
DWORD Flags
 
POINT ptPaperSize
 
RECT rtMinMargin
 
RECT rtMargin
 
HINSTANCE hInstance
 
LPARAM lCustData
 
LPPAGESETUPHOOK lpfnPageSetupHook
 
LPPAGEPAINTHOOK lpfnPagePaintHook
 
LPCSTR lpPageSetupTemplateName
 
HGLOBAL hPageSetupTemplate
 

Detailed Description

Definition at line 432 of file commdlg.h.

Member Data Documentation

◆ Flags

DWORD tagPSDA::Flags

Definition at line 437 of file commdlg.h.

Referenced by test_PageSetupDlgA().

◆ hDevMode

HGLOBAL tagPSDA::hDevMode

Definition at line 435 of file commdlg.h.

Referenced by test_PageSetupDlgA().

◆ hDevNames

HGLOBAL tagPSDA::hDevNames

Definition at line 436 of file commdlg.h.

Referenced by test_PageSetupDlgA().

◆ hInstance

HINSTANCE tagPSDA::hInstance

Definition at line 441 of file commdlg.h.

◆ hPageSetupTemplate

HGLOBAL tagPSDA::hPageSetupTemplate

Definition at line 446 of file commdlg.h.

◆ hwndOwner

HWND tagPSDA::hwndOwner

Definition at line 434 of file commdlg.h.

Referenced by CMainWindow::OnCommand().

◆ lCustData

LPARAM tagPSDA::lCustData

Definition at line 442 of file commdlg.h.

◆ lpfnPagePaintHook

LPPAGEPAINTHOOK tagPSDA::lpfnPagePaintHook

Definition at line 444 of file commdlg.h.

◆ lpfnPageSetupHook

LPPAGESETUPHOOK tagPSDA::lpfnPageSetupHook

Definition at line 443 of file commdlg.h.

◆ lpPageSetupTemplateName

LPCSTR tagPSDA::lpPageSetupTemplateName

Definition at line 445 of file commdlg.h.

◆ lStructSize

DWORD tagPSDA::lStructSize

Definition at line 433 of file commdlg.h.

Referenced by CMainWindow::OnCommand(), and test_PageSetupDlgA().

◆ ptPaperSize

POINT tagPSDA::ptPaperSize

Definition at line 438 of file commdlg.h.

◆ rtMargin

RECT tagPSDA::rtMargin

Definition at line 440 of file commdlg.h.

◆ rtMinMargin

RECT tagPSDA::rtMinMargin

Definition at line 439 of file commdlg.h.


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