Source code of Windows XP (NT5)
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.

43 lines
742 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: guid.h
  7. //
  8. // Contents: extern references for ADs guids
  9. //
  10. // History: 16-Jan-95 KrishnaG
  11. //
  12. //
  13. //----------------------------------------------------------------------------
  14. #ifndef __GUID_H__
  15. #define __GUID_H__
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. //-------------------------------------------
  20. //
  21. // ADs CLSIDs
  22. //
  23. //-------------------------------------------
  24. extern const CLSID CLSID_ADsNamespaces;
  25. extern const CLSID CLSID_ADsProvider;
  26. extern const CLSID CLSID_ADSI_BINDER;
  27. extern const CLSID CLSID_Row;
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif