MPRAPI_TUNNEL_CONFIG_PARAMS0 struttura (mprapi.h)
La struttura MPRAPI_TUNNEL_CONFIG_PARAMS viene usata per ottenere o impostare la configurazione dei parametri del tunnel in un server RAS.
Sintassi
typedef struct _MPRAPI_TUNNEL_CONFIG_PARAMS0 {
IKEV2_CONFIG_PARAMS IkeConfigParams;
PPTP_CONFIG_PARAMS PptpConfigParams;
L2TP_CONFIG_PARAMS L2tpConfigParams;
SSTP_CONFIG_PARAMS SstpConfigParams;
} MPRAPI_TUNNEL_CONFIG_PARAMS0, *PMPRAPI_TUNNEL_CONFIG_PARAMS0;
Members
IkeConfigParams
Struttura IKEV2_CONFIG_PARAMS contenente i parametri del tunnel di Internet Key Exchange versione 2 (IKEv2).
PptpConfigParams
Struttura PPTP_CONFIG_PARAMS che contiene parametri di tunneling da punto a punto (PPTP).
L2tpConfigParams
Struttura L2TP_CONFIG_PARAMS contenente i parametri del tunneling del livello 2 (L2TP).
SstpConfigParams
Struttura SSTP_CONFIG_PARAMS che contiene parametri del tunneling SSTP (Secure Socket Tunneling Protocol).
Requisiti
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | mprapi.h |