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.

46 lines
1.7 KiB

  1. /*****************************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright (C) 1993 Microsoft Corp. **/
  4. /*****************************************************************************/
  5. //***
  6. // File Name:
  7. // RASDIAL.RCH
  8. //
  9. // History:
  10. // 03/18/93 - Michael Salamone (MikeSa) - Original Version 1.0
  11. //***
  12. #define DIAL_HELP_SWITCH 1
  13. #define DIAL_DOMAIN_SWITCH 2
  14. #define DIAL_PHONE_NO_SWITCH 3
  15. #define DIAL_CALLBACK_NO_SWITCH 4
  16. #define DIAL_DISCONNECT_SWITCH 5
  17. #define DIAL_DEVICE_SWITCH 6
  18. #define DIAL_USERNAME_PROMPT 7
  19. #define DIAL_PASSWORD_PROMPT 8
  20. #define DIAL_CONNECTING 9
  21. #define DIAL_DOT 10
  22. #define DIAL_ENUM_HEADER 11
  23. #define DIAL_ENUM_ENTRY 12
  24. #define DIAL_DISCONNECT_ERROR 13
  25. #define DIAL_USAGE 14
  26. #define DIAL_AUTHENTICATING 15
  27. #define DIAL_NEWLINE 16
  28. #define DIAL_CALLBACK 17
  29. #define DIAL_AUTH_ERROR 18
  30. #define DIAL_CONNECT_SUCCESS 19
  31. #define DIAL_COMMAND_SUCCESS 20
  32. #define DIAL_DISCONNECTED 21
  33. #define DIAL_NO_CONNECTIONS 22
  34. #define DIAL_NOT_CONNECTED 23
  35. #define DIAL_CONTROL_C 24
  36. #define DIAL_MORE_HELP 25
  37. #define DIAL_ERROR_PREFIX 26
  38. #define DIAL_PROJECTING 27
  39. #define DIAL_LINK_SPEED 28
  40. #define DIAL_REAUTHENTICATING 29
  41. #define DIAL_ALREADY_CONNECTED 30
  42. #define DIAL_PHONE_BOOK_SWITCH 31
  43. #define DIAL_CONNECTING2 32
  44. #define DIAL_PREFIXSUFFIX_SWITCH 33