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

53 lines
609 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:
pensetup.h
Abstract:
This module contains definitions for pen setup
Author:
09-Dec-1993 Thu 19:38:33 created -by- DC
[Environment:]
GDI Device Driver - Plotter.
[Notes:]
Revision History:
--*/
#ifndef _PENSETUP_
#define _PENSETUP_
POPTITEM
SavePenSet(
PPRINTERINFO pPI,
POPTITEM pOptItem
);
UINT
CreatePenSetupOI(
PPRINTERINFO pPI,
POPTITEM pOptItem,
POIDATA pOIData
);
#endif // _PENSETUP_