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.

33 lines
1.5 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: tunl_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for CMS tunnel flags. Note that the contents
  8. // of this header should be limited to .CMS tunnel flags.
  9. //
  10. // Copyright (c) 1998 Microsoft Corporation
  11. //
  12. // Author: nickball Created 10/15/98
  13. //
  14. //+----------------------------------------------------------------------------
  15. #ifndef _CM_TUNL_STR
  16. #define _CM_TUNL_STR
  17. const TCHAR* const c_pszCmEntryTunnelPrimary = TEXT("Tunnel");
  18. const TCHAR* const c_pszCmEntryTunnelReferences = TEXT("TunnelReferences");
  19. const TCHAR* const c_pszCmEntryTunnelAddress = TEXT("TunnelAddress");
  20. const TCHAR* const c_pszCmEntryTunnelDun = TEXT("TunnelDUN");
  21. const TCHAR* const c_pszCmEntryTunnelFile = TEXT("TunnelFile");
  22. const TCHAR* const c_pszCmEntryTunnelDesc = TEXT("TunnelDesc");
  23. const TCHAR* const c_pszCmEntryPresharedKey = TEXT("PresharedKey");
  24. const TCHAR* const c_pszCmEntryKeyIsEncrypted = TEXT("PresharedKeyIsEncrypted");
  25. const TCHAR* const c_pszCmSectionVpnServers = TEXT("VPN Servers");
  26. const TCHAR* const c_pszCmSectionSettings = TEXT("Settings");
  27. const TCHAR* const c_pszCmEntryVpnDefault = TEXT("Default");
  28. const TCHAR* const c_pszCmEntryVpnUpdateUrl = TEXT("UpdateUrl");
  29. const TCHAR* const c_pszCmEntryVpnMessage = TEXT("Message");
  30. #endif // _CM_TUNL_STR