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.

24 lines
920 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: stp_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file containing common strings optimized for cmstp.
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created 10/09/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_STP_STR
  15. #define _CM_STP_STR
  16. const TCHAR* const c_pszCmSectionProfileFormat = TEXT("Profile Format");
  17. const TCHAR* const c_pszCmEntryDun = TEXT("DUN");
  18. const TCHAR* const c_pszCmEntryDialup = TEXT("Dialup");
  19. const TCHAR* const c_pszCmEntryDirect = TEXT("Direct");
  20. const TCHAR* const c_pszCmEntryConnectionType = TEXT("ConnectionType");
  21. const TCHAR* const c_pszCmpExt = TEXT(".cmp");
  22. #endif // _CM_STP_STR