Leaked source code of windows server 2003
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.

48 lines
607 B

  1. /*++
  2. Copyright (c) 1990-2003 Microsoft Corporation
  3. Module Name:
  4. plotform.h
  5. Abstract:
  6. This module contains prototypes for the plotform.c
  7. Author:
  8. 30-Nov-1993 Tue 20:32:06 created
  9. [Environment:]
  10. GDI Device Driver - Plotter.
  11. [Notes:]
  12. Revision History:
  13. --*/
  14. #ifndef _PLOTFORM_
  15. #define _PLOTFORM_
  16. BOOL
  17. SetPlotForm(
  18. PPLOTFORM pPlotForm,
  19. PPLOTGPC pPlotGPC,
  20. PPAPERINFO pCurPaper,
  21. PFORMSIZE pCurForm,
  22. PPLOTDEVMODE pPlotDM,
  23. PPPDATA pPPData
  24. );
  25. #endif // _PLOTFORM_