2.2.1.2.241 MPR_SERVER_SET_CONFIG_EX_2
The MPR_SERVER_SET_CONFIG_EX_2 structure<170> is used to set the configuration parameters for the RRAS server.
-
typedef struct _MPR_SERVER_SET_CONFIG_EX_2 { MPRAPI_OBJECT_HEADER_IDL Header; DWORD setConfigForProtocols; MPRAPI_TUNNEL_CONFIG_PARAMS_2 ConfigParams; } MPR_SERVER_SET_CONFIG_EX_2, *PMPR_SERVER_SET_CONFIG_EX_2;
Header: This MUST be an MPRAPI_OBJECT_HEADER_IDL (section 2.2.1.2.129) structure, the revision field MUST be 0x02, and the type field MUST be 0x03.
setConfigForProtocols: Same as setConfigForProtocols in MPR_SERVER_SET_CONFIG_EX_1.
ConfigParams: This MUST be an MPRAPI_TUNNEL_CONFIG_PARAMS_2 structure.