2.2.1.2.249 MPRAPI_TUNNEL_CONFIG_PARAMS_3
The MPRAPI_TUNNEL_CONFIG_PARAMS_3 structure<178> is used to get or set configuration of various tunnels on a RAS server.
-
typedef struct _MPRAPI_TUNNEL_CONFIG_PARAMS_3 { IKEV2_CONFIG_PARAMS_3 IkeConfigParams; PPTP_CONFIG_PARAMS_1 PptpConfigParams; L2TP_CONFIG_PARAMS_2 L2tpConfigParams; SSTP_CONFIG_PARAMS_1 SstpConfigParams; } MPRAPI_TUNNEL_CONFIG_PARAMS_3, *PMPRAPI_TUNNEL_CONFIG_PARAMS_3;
IkeConfigParams: MUST be an IKEV2_CONFIG_PARAMS_3 (section 2.2.1.2.2488) structure. This is used to get or set IKEv2 tunnel parameters.
PptpConfigParams: MUST be a PPTP_CONFIG_PARAMS_1 (section 2.2.1.2.138) structure. This is used to get or set PPTP tunnel parameters.
L2tpConfigParams: MUST be an L2TP_CONFIG_PARAMS_2 (section 2.2.1.2.271) structure. This is used to get or set L2TP tunnel parameters.
SstpConfigParams: MUST be an SSTP_CONFIG_PARAMS_1 (section 2.2.1.2.141) structure. This is used to get or set SSTP tunnel parameters.