mirror of https://github.com/lianthony/NT4.0
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.
12 lines
468 B
12 lines
468 B
/* IID.H */
|
|
|
|
// This definition has been moved out of idlcomm.h so that idlcomm.h
|
|
// can be placed in the precompiled header, leaving only those files
|
|
// that needs this IID to include this header. Since only one of these
|
|
// will define INITGUID, this cannot be placed in a PCH.
|
|
|
|
//
|
|
// Special IID to get aggregated IDropTarget from a IDropTarget if any.
|
|
//
|
|
DEFINE_GUID(IID_IDTAggregate, 0x4E904E01L, 0xB92B, 0x101B, 0x81, 0xE2, 0x36, 0xFE, 0x02, 0xAE, 0x7E, 0x11);
|
|
|