2.2.1.2.144 MPRAPI_TUNNEL_CONFIG_PARAMS_1
The MPRAPI_TUNNEL_CONFIG_PARAMS_1 structure<133> be used to get or set configuration of various tunnels on RAS server.
-
typedef struct _MPRAPI_TUNNEL_CONFIG_PARAMS_1 { IKEV2_CONFIG_PARAMS_1 IkeConfigParams; PPTP_CONFIG_PARAMS_1 PptpConfigParams; L2TP_CONFIG_PARAMS_1 L2tpConfigParams; SSTP_CONFIG_PARAMS_1 SstpConfigParams; } MPRAPI_TUNNEL_CONFIG_PARAMS_1, *PMPRAPI_TUNNEL_CONFIG_PARAMS_1;
IkeConfigParams: MUST be a IKEV2_CONFIG_PARAMS_1 structure and is used to get or set IKEv2 tunnel parameters.
PptpConfigParams: MUST be a PPTP_CONFIG_PARAMS_1 structure and is used to get or set PPTP tunnel parameters.
L2tpConfigParams: MUST be a L2TP_CONFIG_PARAMS_1 structure and is used to get or set L2TP tunnel parameters.
SstpConfigParams: MUST be a SSTP_CONFIG_PARAMS_1 structure and is used to get or set SSTP tunnel parameters.