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.

74 lines
1.2 KiB

  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 CLSID LIBID_LDAPOle;
  28. extern const CLSID CLSID_LDAPProvider;
  29. extern const CLSID CLSID_LDAPNamespace;
  30. extern const CLSID CLSID_LDAPGenObject;
  31. extern const CLSID CLSID_LDAPUser;
  32. extern const CLSID CLSID_LDAPGroup;
  33. extern const CLSID CLSID_LDAPSchema;
  34. extern const CLSID CLSID_LDAPClass;
  35. extern const CLSID CLSID_LDAPProperty;
  36. extern const CLSID CLSID_LDAPSyntax;
  37. extern const CLSID CLSID_LDAPLocality;
  38. extern const CLSID CLSID_LDAPO;
  39. extern const CLSID CLSID_LDAPOU;
  40. extern const CLSID CLSID_LDAPCountry;
  41. extern const CLSID CLSID_LDAPDomain;
  42. extern const CLSID CLSID_LDAPComputer;
  43. extern const CLSID CLSID_LDAPPrintQueue;
  44. #ifdef __cplusplus
  45. }
  46. #endif
  47. #endif