2025-04-27 07:49:33 -04:00

72 lines
906 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1990-1999 Microsoft Corporation
Module Name:
uituils.h
Abstract:
This module contains the defines for UIUtils.c
Author:
03-Dec-1993 Fri 21:35:50 created -by- DC
[Environment:]
GDI Device Driver - Plotter.
[Notes:]
Revision History:
--*/
#ifndef _PRINTER_INFO_
#define _PRINTER_INFO_
#define MPF_DEVICEDATA 0x00000001
#define MPF_HELPFILE 0x00000002
#define MPF_PCPSUI 0x00000004
PPRINTERINFO
MapPrinter(
HANDLE hPrinter,
PPLOTDEVMODE pPlotDMIn,
LPDWORD pdwErrIDS,
DWORD MPFlags
);
VOID
UnMapPrinter(
PPRINTERINFO pPI
);
LPBYTE
GetPrinterInfo(
HANDLE hPrinter,
UINT PrinterInfoLevel
);
DWORD
GetPlotterIconID(
PPRINTERINFO pPI
);
#endif // _PRINTER_INFO_