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.

24 lines
436 B

  1. /* Copyright (c) 1995, Microsoft Corporation, all rights reserved
  2. **
  3. ** x25.h
  4. ** Remote Access Connection Manager
  5. ** Native X.25 media/device header
  6. */
  7. #ifndef _X25MEDIA_
  8. #define _X25MEDIA_
  9. /* Media/device identification string.
  10. */
  11. #define X25_TXT "x25"
  12. /* Device parameter key strings.
  13. */
  14. #define X25_ADDRESS_KEY "X25Address"
  15. #define X25_USERDATA_KEY "UserData"
  16. #define X25_FACILITIES_KEY "Facilities"
  17. #endif // _X25MEDIA_