Leaked source code of windows server 2003
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

  1. //
  2. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  3. //
  4. // ***************************************************************************
  5. //
  6. // Original Author: Rajesh Rao
  7. //
  8. // $Author: rajeshr $
  9. // $Date: 9/16/98 4:43p $
  10. // $Workfile:dsipguid.h $
  11. //
  12. // $Modtime: 9/16/98 11:21a $
  13. // $Revision: 1 $
  14. // $Nokeywords: $
  15. //
  16. //
  17. // Description: Contains GUID definitions used in this project
  18. //
  19. //***************************************************************************
  20. //
  21. // The CLSID of the DS Instance Provider - {AA527A40-4D9A-11d2-93AD-00805F853771}
  22. //
  23. // {AA527A40-4D9A-11d2-93AD-00805F853771}
  24. DEFINE_GUID(CLSID_DSInstanceProvider,
  25. 0xaa527a40, 0x4d9a, 0x11d2, 0x93, 0xad, 0x0, 0x80, 0x5f, 0x85, 0x37, 0x71);