structure MPRAPI_TUNNEL_CONFIG_PARAMS0 (mprapi.h)

La structure MPRAPI_TUNNEL_CONFIG_PARAMS est utilisée pour obtenir ou définir la configuration des paramètres de tunnel sur un serveur RAS.

Syntaxe

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;

Membres

IkeConfigParams

Structure IKEV2_CONFIG_PARAMS qui contient les paramètres de tunnel IKEv2 (Internet Key Exchange version 2).

PptpConfigParams

Une structure PPTP_CONFIG_PARAMS qui contient des paramètres de tunnel PPTP (Point à Point Tunneling Protocol).

L2tpConfigParams

Structure L2TP_CONFIG_PARAMS qui contient les paramètres de tunnel L2TP (Layer 2 Tunneling Protocol).

SstpConfigParams

Structure SSTP_CONFIG_PARAMS qui contient les paramètres de tunnel SSTP (Secure Socket Tunneling Protocol).

Spécifications

   
Client minimal pris en charge Aucun pris en charge
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
En-tête mprapi.h

Voir aussi

MPR_SERVER_SET_CONFIG_EX

Types énumérés de gestion des routeurs

Informations de référence sur la gestion des routeurs