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.

25 lines
819 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000 - 2001.
  5. //
  6. // File: gstrings.h
  7. //
  8. // Contents: Constant strings used by this app
  9. //
  10. // History: 07-26-2001 Hiteshr Created
  11. //
  12. //----------------------------------------------------------------------------
  13. extern LPCWSTR g_szContextHelpFileName;
  14. extern LPCWSTR g_szHTMLHelpFileName;
  15. extern LPCWSTR g_szLinkHTMLHelpFileName;
  16. extern LPCWSTR g_szTopHelpNodeName;
  17. extern LPCWSTR g_szVBScript;
  18. extern LPCWSTR g_szJavaScript;
  19. extern LPCWSTR g_szMSXML;
  20. extern LPCWSTR g_szMSLDAP;
  21. extern LPCWSTR g_szLDAP;
  22. extern LPCWSTR g_pszAuthorizationStoreQueryFilter;
  23. extern LPCWSTR g_pszFileStoreExtension;
  24. extern LPCWSTR g_pszProgramDataPrefix;