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.
47 lines
459 B
47 lines
459 B
|
|
/*++
|
|
|
|
Copyright (c) 1990-2003 Microsoft Corporation
|
|
|
|
|
|
Module Name:
|
|
|
|
escape.h
|
|
|
|
|
|
Abstract:
|
|
|
|
This module contains prototype and #defines for escape.c
|
|
|
|
|
|
Author:
|
|
|
|
18-Nov-1993 Thu 04:49:28 created
|
|
|
|
|
|
[Environment:]
|
|
|
|
GDI Device Driver - Plotter.
|
|
|
|
|
|
[Notes:]
|
|
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _PLOTESCAPE_
|
|
#define _PLOTESCAPE_
|
|
|
|
|
|
BOOL
|
|
DrvStartPage(
|
|
SURFOBJ *pso
|
|
);
|
|
|
|
|
|
|
|
#endif // _PLOTESCAPE_
|