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.

33 lines
562 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. ntprint.h
  6. Abstract:
  7. Definitions used by the printer class installer
  8. Author:
  9. Muhunthan Sivapragasam (MuhuntS) 20-Oct-96
  10. Revision History:
  11. --*/
  12. #define FIRST_PRIVATE 0x00010000
  13. #define DIF_DRIVERINFO 0x00010001
  14. typedef struct _PRINTER_CLASSINSTALL_INFO {
  15. DWORD cbSize;
  16. DWORD dwLevel;
  17. LPBYTE pBuf;
  18. DWORD cbBufSize;
  19. LPDWORD pcbNeeded;
  20. } PRINTER_CLASSINSTALL_INFO, *PPRINTER_CLASSINSTALL_INFO;