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.

26 lines
981 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000 - 2001.
  5. //
  6. // File: gstrings.cpp
  7. //
  8. // Contents: Constant strings used by this app
  9. //
  10. // History: 07-26-2001 Hiteshr Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #include "headers.h"
  14. LPCWSTR g_szContextHelpFileName = L"authm.hlp";
  15. LPCWSTR g_szHTMLHelpFileName = L"\\help\\authmsnp.chm";
  16. LPCWSTR g_szLinkHTMLHelpFileName = L"authm.chm";
  17. LPCWSTR g_szTopHelpNodeName = L"Authm_topnode.htm";
  18. LPCWSTR g_szVBScript = L"VBScript";
  19. LPCWSTR g_szJavaScript = L"JScript";
  20. LPCWSTR g_szMSXML = L"msxml://";
  21. LPCWSTR g_szMSLDAP = L"msldap://";
  22. LPCWSTR g_szLDAP = L"LDAP://";
  23. LPCWSTR g_pszAuthorizationStoreQueryFilter = L"(objectCategory=msDS-AzAdminManager)";
  24. LPCWSTR g_pszFileStoreExtension = L".xml";
  25. LPCWSTR g_pszProgramDataPrefix = L"CN=Program Data,";