Source code of Windows XP (NT5)
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.

65 lines
873 B

  1. /*++
  2. Copyright (c) 1990-1996 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. data.c
  6. Abstract:
  7. Author:
  8. Environment:
  9. User Mode -Win32
  10. Revision History:
  11. --*/
  12. #include <windows.h>
  13. #include <winspool.h>
  14. #include <winsplp.h>
  15. #include <splapip.h>
  16. #include <offsets.h>
  17. #include <stddef.h>
  18. #define PRINTER_STRINGS
  19. #define PRINTER_OFFSETS
  20. #define JOB_STRINGS
  21. #define JOB_OFFSETS
  22. #define DRIVER_STRINGS
  23. #define DRIVER_OFFSETS
  24. #define ADDJOB_STRINGS
  25. #define ADDJOB_OFFSETS
  26. #define FORM_STRINGS
  27. #define FORM_OFFSETS
  28. #define PORT_STRINGS
  29. #define PORT_OFFSETS
  30. #define PRINTPROCESSOR_STRINGS
  31. #define PRINTPROCESSOR_OFFSETS
  32. #define MONITOR_STRINGS
  33. #define MONITOR_OFFSETS
  34. #define DOCINFO_STRINGS
  35. #define DOCINFO_OFFSETS
  36. #define DATATYPE_OFFSETS
  37. #define DATATYPE_STRINGS
  38. #define PROVIDOR_STRINGS
  39. #define PRINTER_ENUM_VALUES_OFFSETS
  40. #include <data.h>