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
853 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. Revision History:
  10. --*/
  11. #include <windows.h>
  12. #include <winspool.h>
  13. #include <winsplp.h>
  14. #include <splapip.h>
  15. #include <offsets.h>
  16. #include <stddef.h>
  17. #define PRINTER_STRINGS
  18. #define PRINTER_OFFSETS
  19. #define JOB_STRINGS
  20. #define JOB_OFFSETS
  21. #define DRIVER_STRINGS
  22. #define DRIVER_OFFSETS
  23. #define ADDJOB_STRINGS
  24. #define ADDJOB_OFFSETS
  25. #define FORM_STRINGS
  26. #define FORM_OFFSETS
  27. #define PORT_STRINGS
  28. #define PORT_OFFSETS
  29. #define PRINTPROCESSOR_STRINGS
  30. #define PRINTPROCESSOR_OFFSETS
  31. #define MONITOR_STRINGS
  32. #define MONITOR_OFFSETS
  33. #define DOCINFO_STRINGS
  34. #define DOCINFO_OFFSETS
  35. #define DATATYPE_OFFSETS
  36. #define DATATYPE_STRINGS
  37. #define PROVIDOR_STRINGS
  38. #define PRINTER_ENUM_VALUES_OFFSETS
  39. #include <data.h>