Leaked source code of windows server 2003
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.
|
|
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 2000 - 2001.
//
// File: gstrings.cpp
//
// Contents: Constant strings used by this app
//
// History: 07-26-2001 Hiteshr Created
//
//----------------------------------------------------------------------------
#include "headers.h"
LPCWSTR g_szContextHelpFileName = L"authm.hlp"; LPCWSTR g_szHTMLHelpFileName = L"\\help\\authmsnp.chm"; LPCWSTR g_szLinkHTMLHelpFileName = L"authm.chm"; LPCWSTR g_szTopHelpNodeName = L"Authm_topnode.htm"; LPCWSTR g_szVBScript = L"VBScript"; LPCWSTR g_szJavaScript = L"JScript"; LPCWSTR g_szMSXML = L"msxml://"; LPCWSTR g_szMSLDAP = L"msldap://"; LPCWSTR g_szLDAP = L"LDAP://"; LPCWSTR g_pszAuthorizationStoreQueryFilter = L"(objectCategory=msDS-AzAdminManager)"; LPCWSTR g_pszFileStoreExtension = L".xml"; LPCWSTR g_pszProgramDataPrefix = L"CN=Program Data,";
|