MPRAPI_TUNNEL_CONFIG_PARAMS1 structure (mprapi.h)

The MPRAPI_TUNNEL_CONFIG_PARAMS structure is used to get or set configuration of tunnel parameters on a RAS Server.

Syntax

typedef struct _MPRAPI_TUNNEL_CONFIG_PARAMS1 {
  IKEV2_CONFIG_PARAMS IkeConfigParams;
  PPTP_CONFIG_PARAMS  PptpConfigParams;
  L2TP_CONFIG_PARAMS  L2tpConfigParams;
  SSTP_CONFIG_PARAMS  SstpConfigParams;
  GRE_CONFIG_PARAMS   GREConfigParams;
} MPRAPI_TUNNEL_CONFIG_PARAMS1, *PMPRAPI_TUNNEL_CONFIG_PARAMS1;

Members

IkeConfigParams

A IKEV2_CONFIG_PARAMS structure that contains Internet Key Exchange version 2 (IKEv2) tunnel parameters.

PptpConfigParams

A PPTP_CONFIG_PARAMS structure that contains Point-to-Point Tunneling Protocol (PPTP) tunnel parameters.

L2tpConfigParams

A L2TP_CONFIG_PARAMS structure that contains Layer 2 Tunneling Protocol (L2TP) tunnel parameters.

SstpConfigParams

A SSTP_CONFIG_PARAMS structure that contains Secure Socket Tunneling Protocol (SSTP) tunnel parameters.

GREConfigParams

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header mprapi.h

See also

MPR_SERVER_SET_CONFIG_EX

Router Management Enumerated Types

Router Management Reference