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.

38 lines
1.6 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: profile_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for CMS and .CMP flags shared between cmdial and profwiz.
  8. // Note that the contents of this header should be limited to .CMS
  9. // and .CMP flags.
  10. //
  11. // Copyright (c) 1997-1998 Microsoft Corporation
  12. //
  13. // Author: nickball Created 10/09/98
  14. //
  15. //+----------------------------------------------------------------------------
  16. #ifndef _CM_PROFILE_STR
  17. #define _CM_PROFILE_STR
  18. const TCHAR* const c_pszCmEntryPbMessage = TEXT("PBMessage");
  19. const TCHAR* const c_pszCmEntryPbLogo = TEXT("PBLogo");
  20. const TCHAR* const c_pszCmEntryLogo = TEXT("Logo");
  21. const TCHAR* const c_pszCmEntryHideDomain = TEXT("HideDomain");
  22. const TCHAR* const c_pszCmEntryServiceMessage = TEXT("ServiceMessage");
  23. const TCHAR* const c_pszCmEntryUserPrefix = TEXT("UserNamePrefix");
  24. const TCHAR* const c_pszCmEntryUserSuffix = TEXT("UserNameSuffix");
  25. const TCHAR* const c_pszCmEntryTapiLocation = TEXT("TapiLocation");
  26. const TCHAR* const c_pszRegKeyAccessPoints = TEXT("Access Points");
  27. const TCHAR* const c_pszCmEntryEnableICF = TEXT("EnableICF");
  28. const TCHAR* const c_pszCmEntryDisableICS = TEXT("DisableICS");
  29. const TCHAR* const c_pszCmEntryUseWinLogonCredentials = TEXT("UseWinLogonCredentials");
  30. #endif // _CM_PROFILE_STR