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.
28 lines
767 B
28 lines
767 B
//
|
|
|
|
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
|
|
//
|
|
// ***************************************************************************
|
|
//
|
|
// Original Author: Rajesh Rao
|
|
//
|
|
// $Author: rajeshr $
|
|
// $Date: 9/16/98 4:43p $
|
|
// $Workfile:dsipguid.h $
|
|
//
|
|
// $Modtime: 9/16/98 11:21a $
|
|
// $Revision: 1 $
|
|
// $Nokeywords: $
|
|
//
|
|
//
|
|
// Description: Contains GUID definitions used in this project
|
|
//
|
|
//***************************************************************************
|
|
|
|
//
|
|
// The CLSID of the DS Instance Provider - {AA527A40-4D9A-11d2-93AD-00805F853771}
|
|
//
|
|
// {AA527A40-4D9A-11d2-93AD-00805F853771}
|
|
DEFINE_GUID(CLSID_DSInstanceProvider,
|
|
0xaa527a40, 0x4d9a, 0x11d2, 0x93, 0xad, 0x0, 0x80, 0x5f, 0x85, 0x37, 0x71);
|
|
|