Skip to content

Latest commit

 

History

History
150 lines (125 loc) · 3.99 KB

ns-mprapi-pptp_config_params.md

File metadata and controls

150 lines (125 loc) · 3.99 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mprapi._PPTP_CONFIG_PARAMS
PPTP_CONFIG_PARAMS (mprapi.h)
Used to get and set the device configuration for Point-to-Point Tunneling Protocol (PPTP) on a RAS Server.
*PPPTP_CONFIG_PARAMS
MPR_ENABLE_RAS_ON_DEVICE
MPR_ENABLE_ROUTING_ON_DEVICE
PPPTP_CONFIG_PARAMS
PPPTP_CONFIG_PARAMS structure pointer [RAS]
PPTP_CONFIG_PARAMS
PPTP_CONFIG_PARAMS structure [RAS]
mprapi/PPPTP_CONFIG_PARAMS
mprapi/PPTP_CONFIG_PARAMS
rras.pptp_config_params
rras\pptp_config_params.htm
RRAS
0314c517-75be-4357-90bf-8a2a72d49542
12/05/2018
*PPPTP_CONFIG_PARAMS, MPR_ENABLE_RAS_ON_DEVICE, MPR_ENABLE_ROUTING_ON_DEVICE, PPPTP_CONFIG_PARAMS, PPPTP_CONFIG_PARAMS structure pointer [RAS], PPTP_CONFIG_PARAMS, PPTP_CONFIG_PARAMS structure [RAS], mprapi/PPPTP_CONFIG_PARAMS, mprapi/PPTP_CONFIG_PARAMS, rras.pptp_config_params
mprapi.h
Windows
None supported
Windows Server 2008 R2 [desktop apps only]
Windows
PPTP_CONFIG_PARAMS, *PPPTP_CONFIG_PARAMS
19H1
_PPTP_CONFIG_PARAMS
mprapi/_PPTP_CONFIG_PARAMS
PPPTP_CONFIG_PARAMS
mprapi/PPPTP_CONFIG_PARAMS
PPTP_CONFIG_PARAMS
mprapi/PPTP_CONFIG_PARAMS
c++
APIRef
kbSyntax
HeaderDef
Mprapi.h
PPTP_CONFIG_PARAMS

PPTP_CONFIG_PARAMS structure

-description

The PPTP_CONFIG_PARAMS structure is used to get and set the device configuration for Point-to-Point Tunneling Protocol (PPTP) on a RAS Server.

-struct-fields

-field dwNumPorts

A value that specifies the number of ports configured on the RRAS server to accept PPTP connections. The maximum values for dwNumPorts are listed in the following table. The value zero is not allowed.

Value Meaning
1
Windows Web Server 2008
1000
Windows Server 2008 Standard
30000
Windows Server 2008 Datacenter and Windows Server 2008 Enterprise
 
Note  If dwNumPorts contains a value beyond the limit configured in the registry at service start time (the default is 1000 for Windows Server 2008 Standard and Windows Server 2008 Enterprise), the MprConfigServerGetInfoEx and MprConfigServerSetInfoEx functions will return ERROR_SUCCESS_REBOOT_REQUIRED.
 

-field dwPortFlags

A value that specifies the type of ports configured on the RRAS server for PPTP. The following values are supported:

Value Meaning
MPR_ENABLE_RAS_ON_DEVICE
If set, RAS is enabled on the device.
MPR_ENABLE_ROUTING_ON_DEVICE
If set, routing is enabled on the device.

-see-also

MPRAPI_TUNNEL_CONFIG_PARAMS

Router Management Reference

Router Management Structures