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.

56 lines
921 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: guid.h
  7. //
  8. // Contents: extern references for LDAP 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. // LDAPOle CLSIDs
  22. //
  23. //-------------------------------------------
  24. //
  25. // LDAPOle objects
  26. //
  27. extern const IID LIBID_ADSMSExtensions;
  28. extern const CLSID CLSID_MSExtUser;
  29. extern const CLSID CLSID_MSExtOrganization;
  30. extern const CLSID CLSID_MSExtOrganizationUnit;
  31. extern const CLSID CLSID_MSExtLocality;
  32. extern const CLSID CLSID_MSExtPrintQueue;
  33. extern const CLSID CLSID_MSExtGroup;
  34. #ifdef __cplusplus
  35. }
  36. #endif
  37. #endif
  38.