2.2.1.2.251 MPR_SERVER_EX_3
The MPR_SERVER_EX_3 structure<180> is used to get or set the configuration of a RAS server.
-
typedef struct _MPR_SERVER_EX_3 { MPRAPI_OBJECT_HEADER_IDL Header; BOOL fLanOnlyMode; DWORD dwUpTime; DWORD dwTotalPorts; DWORD dwPortsInUse; DWORD Reserved; MPRAPI_TUNNEL_CONFIG_PARAMS_3 ConfigParams; } MPR_SERVER_EX_3, *PMPR_SERVER_EX_3;
Header: This specifies the version of the MPR_SERVER_EX_3 structure and MUST be an MPRAPI_OBJECT_HEADER_IDL (section 2.2.1.2.129) whose revision field is 0x03 and whose type field is 0x02.
fLanOnlyMode: This is the same as fLanOnlyMode in MPR_SERVER_EX_1.
dwUpTime: This is the same as dwUpTime in MPR_SERVER_EX_1.
dwTotalPorts: This is the same as dwTotalPorts in MPR_SERVER_EX_1.
dwPortsInUse: This is the same as dwPortsInUse in MPR_SERVER_EX_1.
Reserved: This is the same as Reserved in MPR_SERVER_EX_1.
ConfigParams: This MUST be an MPRAPI_TUNNEL_CONFIG_PARAMS_3 structure.