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

65 lines
662 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:
page.h
Abstract:
This module contains prototype and #defines for page.c
Author:
18-Nov-1993 Thu 04:49:28 created -by- DC
[Environment:]
GDI Device Driver - Plotter.
[Notes:]
Revision History:
--*/
#ifndef _PLOTPAGE_
#define _PLOTPAGE_
BOOL
DrvStartPage(
SURFOBJ *pso
);
BOOL
DrvSendPage(
SURFOBJ *pso
);
BOOL
DrvStartDoc(
SURFOBJ *pso,
PWSTR pwDocName,
DWORD JobId
);
BOOL
DrvEndDoc(
SURFOBJ *pso,
FLONG Flags
);
#endif // _PLOTPAGE_