windows-nt/Source/XPSP1/NT/ds/adsi/nwnds/globals.hxx

34 lines
765 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995
//
// File: globals.hxx
//
// Contents:
//
// History:
//----------------------------------------------------------------------------
extern WCHAR *szProviderName;
extern CRITICAL_SECTION g_ContextCritSect;
extern CRITICAL_SECTION BindCacheCritSect;
extern KWDLIST KeywordList[];
extern CClassCache* pgClassCache;
extern SYNTAXINFO g_aNDSSyntax[];
extern DWORD g_cNDSSyntax;
extern SYNTAXMAP g_aNDSSyntaxMap[];
extern DWORD g_cNDSSyntaxMap;
extern ADSTYPE MapNdsTypeToADsType[];
extern DWORD g_cMapNdsTypeToADsType;
extern ADSTYPE g_MapNdsTypeToADsType[];
extern DWORD g_cMapNdsTypeToADsType;