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
674 B
26 lines
674 B
//---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1995
|
|
//
|
|
// File: globals.hxx
|
|
//
|
|
// Contents:
|
|
//
|
|
// History:
|
|
//----------------------------------------------------------------------------
|
|
extern TCHAR *szProviderName;
|
|
extern TCHAR *szLDAPNamespaceName;
|
|
extern TCHAR *szGCNamespaceName;
|
|
|
|
extern LPTSTR g_aDefaultAttributeTypes[];
|
|
extern DWORD g_cDefaultAttributeTypes;
|
|
|
|
extern LPTSTR g_aDefaultObjectClasses[];
|
|
extern DWORD g_cDefaultObjectClasses;
|
|
|
|
extern LDAP_REFERRAL_CALLBACK g_LdapReferralCallBacks;
|
|
|
|
extern WCHAR g_szNT_Authority[];
|
|
|
|
|