PPTP_CONFIG_PARAMS struttura (mprapi.h)
La struttura PPTP_CONFIG_PARAMS viene usata per ottenere e impostare la configurazione del dispositivo per il protocollo PPTP (Point-to-Point Tunneling Protocol) in un server RAS.
Sintassi
typedef struct _PPTP_CONFIG_PARAMS {
DWORD dwNumPorts;
DWORD dwPortFlags;
} PPTP_CONFIG_PARAMS, *PPPTP_CONFIG_PARAMS;
Members
dwNumPorts
Valore che specifica il numero di porte configurate nel server RRAS per accettare connessioni PPTP. I valori massimi per dwNumPorts sono elencati nella tabella seguente. Il valore zero non è consentito.
Valore | Significato |
---|---|
|
Windows Web Server 2008 |
|
Windows Server 2008 Standard |
|
Windows Server 2008 Datacenter e Windows Server 2008 Enterprise |
Nota Se dwNumPorts contiene un valore oltre il limite configurato nel Registro di sistema all'ora di inizio del servizio (il valore predefinito è 1000 per Windows Server 2008 Standard e Windows Server 2008 Enterprise), le funzioni MprConfigServerGetInfoEx e MprConfigServerSetInfoEx restituiranno ERROR_SUCCESS_REBOOT_REQUIRED.
dwPortFlags
Valore che specifica il tipo di porte configurate nel server RRAS per PPTP. Sono supportati i valori seguenti:
Valore | Significato |
---|---|
|
Se impostato, RAS è abilitato nel dispositivo. |
|
Se impostato, il routing è abilitato nel dispositivo. |
Requisiti
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | mprapi.h |