include/commdlg: Add more defines for PrintDlg/PrintDlgEx.
This commit is contained in:
parent
9d7b34c192
commit
03f5774db7
|
@ -580,6 +580,19 @@ DECL_WINELIB_TYPE_AW(LPPRINTDLG)
|
|||
#define PD_DISABLEPRINTTOFILE 0x00080000
|
||||
#define PD_HIDEPRINTTOFILE 0x00100000
|
||||
#define PD_NONETWORKBUTTON 0x00200000
|
||||
#define PD_CURRENTPAGE 0x00400000
|
||||
#define PD_NOCURRENTPAGE 0x00800000
|
||||
#define PD_EXCLUSIONFLAGS 0x01000000
|
||||
#define PD_USELARGETEMPLATE 0x10000000
|
||||
|
||||
|
||||
#define PD_EXCL_COPIESANDCOLLATE (DM_COPIES | DM_COLLATE)
|
||||
|
||||
#define START_PAGE_GENERAL 0xffffffff
|
||||
|
||||
#define PD_RESULT_CANCEL 0
|
||||
#define PD_RESULT_PRINT 1
|
||||
#define PD_RESULT_APPLY 2
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue