Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MPRAPI_TUNNEL_CONFIG_PARAMS0 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_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

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.

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


Feedback

Was this page helpful?

Additional resources