mprapi.h) (PPTP_CONFIG_PARAMS 结构
PPTP_CONFIG_PARAMS 结构用于获取和设置 RAS 服务器上的点到点隧道协议 (PPTP) 的设备配置。
语法
typedef struct _PPTP_CONFIG_PARAMS {
DWORD dwNumPorts;
DWORD dwPortFlags;
} PPTP_CONFIG_PARAMS, *PPPTP_CONFIG_PARAMS;
成员
dwNumPorts
一个 值,该值指定 RRAS 服务器上配置为接受 PPTP 连接的端口数。 下表列出了 dwNumPorts 的 最大值。 不允许使用零值。
值 | 含义 |
---|---|
|
Windows Web Server 2008 |
|
Windows Server 2008 标准版 |
|
Windows Server 2008 Datacenter 和 Windows Server 2008 Enterprise |
注意 如果 dwNumPorts 包含的值超出了服务开始时间注册表中配置的限制, (Windows Server 2008 Standard 和 Windows Server 2008 Enterprise) 的默认值为 1000, 则 MprConfigServerGetInfoEx 和 MprConfigServerSetInfoEx 函数将返回 ERROR_SUCCESS_REBOOT_REQUIRED。
dwPortFlags
一个 值,该值指定在 RRAS 服务器上为 PPTP 配置的端口类型。 支持以下值:
值 | 含义 |
---|---|
|
如果设置,则会在设备上启用 RAS。 |
|
如果设置,则会在设备上启用路由。 |
要求
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
标头 | mprapi.h |