Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
1.0 KiB

/*****************************************************************************
* *
* PRINTSET.H *
* *
* Copyright (C) Microsoft Corporation 1989 - 1995 *
* All Rights reserved. *
* *
*****************************************************************************/
#include <commdlg.h>
/*
* Ugly expedient hack... we define here 2 error returns from the COMMDLG
* extended error function that are documented in cderr.h; it'd be a lot
* nicer if they were in commdlg.h.
*/
#define PDERR_DNDMMISMATCH 0x1009
#define PDERR_PRINTERNOTFOUND 0x100B
#ifdef __cplusplus
extern "C" { // Assume C declarations for C++
#endif // __cplusplus
extern PDEVMODE lpDevMode;
extern LPDEVNAMES lpDevNames;
extern PRINTDLG* ppd;
void STDCALL DlgPrintSetup (HWND);
extern BOOL (APIENTRY* pPrintDlg)(LPPRINTDLG);
extern DWORD (APIENTRY* pCommDlgExtendedError)(void);
#ifdef __cplusplus
} // End of extern "C" {
#endif // __cplusplus