Source code of Windows XP (NT5)
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.

29 lines
1.1 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: dial_str.h
  4. //
  5. // Module: CMDIAL32.DLL
  6. //
  7. // Synopsis: Header file for CMS and .CMP flags used among various cmdial modules
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created 10/15/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_DIAL_STR
  15. #define _CM_DIAL_STR
  16. const TCHAR* const c_pszCmEntryMaxUserName = TEXT("MaxUserName");
  17. const TCHAR* const c_pszCmEntryMaxPassword = TEXT("MaxPassword");
  18. const TCHAR* const c_pszCmEntryMaxDomain = TEXT("MaxDomain");
  19. const TCHAR* const c_pszCmEntryMaxPhoneNumber = TEXT("MaxPhoneNumber");
  20. const TCHAR* const c_pszCmEntryRedialCount = TEXT("RedialCount");
  21. const TCHAR* const c_pszCmEntryPwdOptional = TEXT("PasswordOptional");
  22. const TCHAR* const c_pszCmEntryDialDevice = TEXT("Modem");
  23. const TCHAR* const c_pszCmEntryTunnelDevice = TEXT("TunnelDevice");
  24. const TCHAR* const c_pszCmEntryCallbackNumber = TEXT("CallbackNumber");
  25. #endif // _CM_DIAL_STR