mirror of https://github.com/tongzx/nt5src
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
30 lines
450 B
/*++
|
|
|
|
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
|
|
|