windows-nt/Source/XPSP1/NT/net/rras/ras/ui/inc/x25.h

25 lines
436 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* Copyright (c) 1995, Microsoft Corporation, all rights reserved
**
** x25.h
** Remote Access Connection Manager
** Native X.25 media/device header
*/
#ifndef _X25MEDIA_
#define _X25MEDIA_
/* Media/device identification string.
*/
#define X25_TXT "x25"
/* Device parameter key strings.
*/
#define X25_ADDRESS_KEY "X25Address"
#define X25_USERDATA_KEY "UserData"
#define X25_FACILITIES_KEY "Facilities"
#endif // _X25MEDIA_