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
1.0 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: pbk_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for CMS flags, optimized for use by CMPBK32.DLL
  8. //
  9. // Copyright (c) 1997-1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created 10/09/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_PBK_STR
  15. #define _CM_PBK_STR
  16. const TCHAR* const c_pszCmSectionIsp = TEXT("ISP");
  17. const TCHAR* const c_pszCmEntryIspUrl = TEXT("PBURL");
  18. const TCHAR* const c_pszCmEntryIspFilterA = TEXT("FilterA&");
  19. const TCHAR* const c_pszCmEntryIspFilterB = TEXT("FilterB&");
  20. const TCHAR* const c_pszCmEntryIspReferences = TEXT("References");
  21. const TCHAR* const c_pszCmEntryIspCmsFile = TEXT("CMSFile&");
  22. const TCHAR* const c_pszCmEntryIspPbFile = TEXT("PBFile");
  23. const TCHAR* const c_pszCmEntryIspRegionFile = TEXT("RegionFile");
  24. #endif // _CM_PBK_STR