31 lines
480 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
Copyright (C) Microsoft Corporation, 1995 - 1999
All rights reserved.
Module Name:
guids.h
Abstract:
global GUID definitions
Author:
Lazar Ivanov (LazarI) 10-Mar-2000
Revision History:
--*/
#ifndef _GUIDS_H
#define _GUIDS_H
// IID_IPrintQueueDT
// {A27271FD-176D-4c34-8FDB-326DC79C6B78}
DEFINE_GUID(IID_IPrintQueueDT, 0xa27271fd, 0x176d, 0x4c34, 0x8f, 0xdb, 0x32, 0x6d, 0xc7, 0x9c, 0x6b, 0x78);
#endif // ndef _GUIDS_H