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
918 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: ras_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for shared ras strings. Note that the contents
  8. // of this file should be limited to ras specific string constants.
  9. //
  10. // Copyright (c) 1998 Microsoft Corporation
  11. //
  12. // Author: nickball Created 10/14/98
  13. //
  14. //+----------------------------------------------------------------------------
  15. #ifndef _CM_RAS_STR
  16. #define _CM_RAS_STR
  17. const TCHAR* const c_pszRasDirRas = TEXT("\\RAS");
  18. const TCHAR* const c_pszRasPhonePbk = TEXT("\\rasphone.pbk");
  19. const TCHAR* const c_pszRasHiddenPhonePbk = TEXT("\\_CMPhone");
  20. const TCHAR* const c_pszInetDialHandler = TEXT("InetDialHandler");
  21. const TCHAR* const c_pszCmDialPath = TEXT("%windir%\\system32\\cmdial32.dll");
  22. #endif // _CM_RAS_STR