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
917 B
30 lines
917 B
//
|
|
|
|
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
|
|
//
|
|
// ***************************************************************************
|
|
//
|
|
// Original Author: Rajesh Rao
|
|
//
|
|
// $Author: rajeshr $
|
|
// $Date: 6/11/98 4:43p $
|
|
// $Workfile:guids.h $
|
|
//
|
|
// $Modtime: 6/11/98 11:21a $
|
|
// $Revision: 1 $
|
|
// $Nokeywords: $
|
|
//
|
|
//
|
|
// Description: Contains GUID definitions used in this project
|
|
//
|
|
//***************************************************************************
|
|
|
|
//
|
|
// The CLSID of the DS Provider - {1EF94880-01A8-11d2-A90B-00AA00BF3363}
|
|
//
|
|
DEFINE_GUID(CLSID_DSProvider, 0x1ef94880, 0x1a8, 0x11d2, 0xa9, 0xb, 0x0, 0xaa, 0x0, 0xbf, 0x33, 0x63);
|
|
|
|
//
|
|
// The CLSID of the DS Class ASsociations Provider - {33831ED4-42B8-11d2-93AD-00805F853771}
|
|
//
|
|
DEFINE_GUID(CLSID_DSClassAssocProvider, 0x33831ed4, 0x42b8, 0x11d2, 0x93, 0xad, 0x0, 0x80, 0x5f, 0x85, 0x37, 0x71);
|