Platform SDK: RAS/Routing and RAS |
The RAS_SERVER_0 structure is used by the RasAdminServerGetInfo function to return information about the ports configured on a RAS server.
typedef struct _RAS_SERVER_0 { WORD TotalPorts; // total ports available for connection WORD PortsInUse; // ports currently in use by remote clients DWORD RasVersion; // version of RAS server } RAS_SERVER_0, *PRAS_SERVER_0;
Value | Description |
---|---|
RASDOWNLEVEL | Indicates a LAN Manager version 1.0 RAS server. |
RASADMIN_35 | Indicates a Windows NT version 3.5 or 3.51 RAS server or client. |
RASADMIN_CURRENT | Indicates a Windows NT version 4.0 RAS server or client. |
Windows NT/2000: Requires Windows NT 4.0 or later.
Header: Declared in Rassapi.h.
Remote Access Service (RAS) Overview, RAS Server Administration Structures, RasAdminServerGetInfo