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: Requires version 4.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in rassapi.h.
Remote Access Service Overview, RAS Server Administration Union, RasAdminServerGetInfo