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.

26 lines
648 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995
  5. //
  6. // File: globals.hxx
  7. //
  8. // Contents:
  9. //
  10. // History:
  11. //----------------------------------------------------------------------------
  12. extern TCHAR *szProviderName;
  13. extern TCHAR *szLDAPNamespaceName;
  14. extern TCHAR *szGCNamespaceName;
  15. extern LPTSTR g_aDefaultAttributeTypes[];
  16. extern DWORD g_cDefaultAttributeTypes;
  17. extern LPTSTR g_aDefaultObjectClasses[];
  18. extern DWORD g_cDefaultObjectClasses;
  19. extern LDAP_REFERRAL_CALLBACK g_LdapReferralCallBacks;
  20. extern WCHAR g_szNT_Authority[];