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

33 lines
679 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 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;