estrutura MPRAPI_TUNNEL_CONFIG_PARAMS0 (mprapi.h)
A estrutura MPRAPI_TUNNEL_CONFIG_PARAMS é usada para obter ou definir a configuração de parâmetros de túnel em um servidor RAS.
Sintaxe
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;
Membros
IkeConfigParams
Uma estrutura IKEV2_CONFIG_PARAMS que contém parâmetros de túnel IKEv2 (Internet Key Exchange versão 2).
PptpConfigParams
Uma estrutura PPTP_CONFIG_PARAMS que contém parâmetros de túnel PPTP (Protocolo de Túnel Ponto a Ponto).
L2tpConfigParams
Uma estrutura L2TP_CONFIG_PARAMS que contém parâmetros de túnel L2TP (Layer 2 Tunneling Protocol).
SstpConfigParams
Uma estrutura SSTP_CONFIG_PARAMS que contém parâmetros de túnel SSTP (Secure Socket Tunneling Protocol).
Requisitos
Cliente mínimo com suporte | Nenhum compatível |
Servidor mínimo com suporte | Windows Server 2008 R2 [somente aplicativos da área de trabalho] |
Cabeçalho | mprapi.h |