Condividi tramite


struttura MPR_SERVER_SET_CONFIG_EX0 (mprapi.h)

La struttura MPR_SERVER_SET_CONFIG_EX viene usata per ottenere o impostare le informazioni di configurazione del tunnel di un server RAS.

Sintassi

typedef struct _MPR_SERVER_SET_CONFIG_EX0 {
  MPRAPI_OBJECT_HEADER         Header;
  DWORD                        setConfigForProtocols;
  MPRAPI_TUNNEL_CONFIG_PARAMS0 ConfigParams;
} MPR_SERVER_SET_CONFIG_EX0, *PMPR_SERVER_SET_CONFIG_EX0;

Members

Header

Struttura MPRAPI_OBJECT_HEADER che specifica la versione della struttura MPR_SERVER_SET_CONFIG_EX .

Nota Il membro revisione di Header deve essere MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_1 e il tipo deve essere MPRAPI_OBJECT_TYPE_MPR_SERVER_SET_CONFIG_OBJECT.
 

setConfigForProtocols

Valore che specifica il tipo di tunnel in ConfigParams. Sono supportati i tipi di tunnel seguenti:

Valore Significato
MPRAPI_SET_CONFIG_PROTOCOL_FOR_PPTP
Protocollo PPTP (Point-to-Point Protocol)
MPRAPI_SET_CONFIG_PROTOCOL_FOR_L2TP
Layer 2 Tunneling Protocol (L2TP)
MPRAPI_SET_CONFIG_PROTOCOL_FOR_SSTP
SSTP (Secure Socket Tunneling Protocol)
MPRAPI_SET_CONFIG_PROTOCOL_FOR_IKEV2
Internet Key versione 2 (IKEV2)

ConfigParams

Struttura MPRAPI_TUNNEL_CONFIG_PARAMS che contiene le informazioni di configurazione del tunnel per il tipo di tunnel specificato in setConfigForProtocols.

Requisiti

   
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione mprapi.h

Vedi anche

Informazioni di riferimento sulla gestione dei router

Strutture di gestione router