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.

30 lines
450 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1995 - 1999
  3. All rights reserved.
  4. Module Name:
  5. guids.h
  6. Abstract:
  7. global GUID definitions
  8. Author:
  9. Lazar Ivanov (LazarI) 10-Mar-2000
  10. Revision History:
  11. --*/
  12. #ifndef _GUIDS_H
  13. #define _GUIDS_H
  14. // IID_IPrintQueueDT
  15. // {A27271FD-176D-4c34-8FDB-326DC79C6B78}
  16. DEFINE_GUID(IID_IPrintQueueDT, 0xa27271fd, 0x176d, 0x4c34, 0x8f, 0xdb, 0x32, 0x6d, 0xc7, 0x9c, 0x6b, 0x78);
  17. #endif // ndef _GUIDS_H