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.

61 lines
765 B

  1. /*++
  2. Copyright (c) 1990-2003 Microsoft Corporation
  3. Module Name:
  4. formbox.h
  5. Abstract:
  6. This module contains FORM's COMBO box add/list/retrieve functions
  7. Author:
  8. 09-Dec-1993 Thu 16:07:35 created
  9. [Environment:]
  10. GDI Device Driver - Plotter.
  11. [Notes:]
  12. Revision History:
  13. --*/
  14. #ifndef _LISTFORM_
  15. #define _LISTFORM_
  16. #define FS_ROLLPAPER 1
  17. #define FS_TRAYPAPER 2
  18. BOOL
  19. GetFormSelect(
  20. PPRINTERINFO pPI,
  21. POPTITEM pOptItem
  22. );
  23. UINT
  24. CreateFormOI(
  25. PPRINTERINFO pPI,
  26. POPTITEM pOptItem,
  27. POIDATA pOIData
  28. );
  29. BOOL
  30. AddFormsToDataBase(
  31. PPRINTERINFO pPI,
  32. BOOL DeleteFirst
  33. );
  34. #endif // _LISTFORM_