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

/* 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_