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.
25 lines
819 B
25 lines
819 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 2000 - 2001.
|
|
//
|
|
// File: gstrings.h
|
|
//
|
|
// Contents: Constant strings used by this app
|
|
//
|
|
// History: 07-26-2001 Hiteshr Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
extern LPCWSTR g_szContextHelpFileName;
|
|
extern LPCWSTR g_szHTMLHelpFileName;
|
|
extern LPCWSTR g_szLinkHTMLHelpFileName;
|
|
extern LPCWSTR g_szTopHelpNodeName;
|
|
extern LPCWSTR g_szVBScript;
|
|
extern LPCWSTR g_szJavaScript;
|
|
extern LPCWSTR g_szMSXML;
|
|
extern LPCWSTR g_szMSLDAP;
|
|
extern LPCWSTR g_szLDAP;
|
|
extern LPCWSTR g_pszAuthorizationStoreQueryFilter;
|
|
extern LPCWSTR g_pszFileStoreExtension;
|
|
extern LPCWSTR g_pszProgramDataPrefix;
|