MPR_SERVER_EX0 structure (mprapi.h)
The MPR_SERVER_EX structure is used to get or set the configuration of a RAS server.
Syntax
typedef struct _MPR_SERVER_EX0 {
MPRAPI_OBJECT_HEADER Header;
DWORD fLanOnlyMode;
DWORD dwUpTime;
DWORD dwTotalPorts;
DWORD dwPortsInUse;
DWORD Reserved;
MPRAPI_TUNNEL_CONFIG_PARAMS0 ConfigParams;
} MPR_SERVER_EX0, *PMPR_SERVER_EX0;
Members
Header
A MPRAPI_OBJECT_HEADER structure that specifies the version of the MPR_SERVER_EX structure.
fLanOnlyMode
A BOOL that is TRUE if the RRAS server is running in LAN-only mode and FALSE if it is functioning as a router.
dwUpTime
A value that specifies the elapsed time, in seconds, since the RAS server was started.
dwTotalPorts
A value that specifies the number of ports on the RAS server.
dwPortsInUse
A value that specifies the number of ports currently in use on the RAS server.
Reserved
Reserved. This value must be zero.
ConfigParams
A MPRAPI_TUNNEL_CONFIG_PARAMS structure that contains Point-to-Point (PPTP), Secure Socket Tunneling Protocol (SSTP), Layer 2 Tunneling Protocol (L2TP), and Internet Key version 2 (IKEv2) tunnel configuration information for the RAS server.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | mprapi.h |