estructura MPRAPI_TUNNEL_CONFIG_PARAMS0 (mprapi.h)
La estructura MPRAPI_TUNNEL_CONFIG_PARAMS se usa para obtener o establecer la configuración de parámetros de túnel en un servidor RAS.
Sintaxis
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
Estructura de IKEV2_CONFIG_PARAMS que contiene parámetros de túnel de Internet Key Exchange versión 2 (IKEv2).
PptpConfigParams
Estructura PPTP_CONFIG_PARAMS que contiene parámetros de túnel del Protocolo de túnel de punto a punto (PPTP).
L2tpConfigParams
Estructura L2TP_CONFIG_PARAMS que contiene parámetros de túnel del Protocolo de tunelización de capa 2 (L2TP).
SstpConfigParams
Estructura SSTP_CONFIG_PARAMS que contiene parámetros de túnel del Protocolo de túnel de sockets seguros (SSTP).
Requisitos
Cliente mínimo compatible | No se admite ninguno |
Servidor mínimo compatible | Windows Server 2008 R2 [solo aplicaciones de escritorio] |
Encabezado | mprapi.h |