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.

53 lines
594 B

  1. /*++
  2. Copyright (c) 1990-2003 Microsoft Corporation
  3. Module Name:
  4. help.h
  5. Abstract:
  6. This module contains all plotter help related function prototypes and
  7. defines
  8. Author:
  9. 06-Dec-1993 Mon 15:33:23 created
  10. [Environment:]
  11. GDI Device Driver - Plotter.
  12. [Notes:]
  13. Revision History:
  14. --*/
  15. #ifndef _PLOTUI_HELP_
  16. #define _PLOTUI_HELP
  17. LPWSTR
  18. GetPlotHelpFile(
  19. PPRINTERINFO pPI
  20. );
  21. INT
  22. cdecl
  23. PlotUIMsgBox(
  24. HWND hWnd,
  25. LONG IDString,
  26. LONG Style,
  27. ...
  28. );
  29. #endif _PLOTUI_HELP_