PPTP_CONFIG_PARAMS結構 (mprapi.h)
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 Standard |
|
Windows Server 2008 Datacenter 和 Windows Server 2008 Enterprise |
注意如果dwNumPorts包含的值超出服務開始時間在登錄中設定的限制, (預設值為 1000 for Windows Server 2008 Standard 和 Windows Server 2008 Enterprise) ,MprConfigServerGetInfoEx 和 MprConfigServerSetInfoEx函式會傳回ERROR_SUCCESS_REBOOT_REQUIRED。
dwPortFlags
值,指定在 RRAS 伺服器上針對 PPTP 設定的埠類型。 支援下列值:
值 | 意義 |
---|---|
|
如果設定,則會在裝置上啟用 RAS。 |
|
如果已設定,則會在裝置上啟用路由。 |
需求
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
標頭 | mprapi.h |