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

50 lines
618 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:
plotform.h
Abstract:
This module contains prototypes for the plotform.c
Author:
30-Nov-1993 Tue 20:32:06 created -by- DC
[Environment:]
GDI Device Driver - Plotter.
[Notes:]
Revision History:
--*/
#ifndef _PLOTFORM_
#define _PLOTFORM_
BOOL
SetPlotForm(
PPLOTFORM pPlotForm,
PPLOTGPC pPlotGPC,
PPAPERINFO pCurPaper,
PFORMSIZE pCurForm,
PPLOTDEVMODE pPlotDM,
PPPDATA pPPData
);
#endif // _PLOTFORM_