RAS_PPP_IPCP_RESULT 結構
[windows Vista 不支援 RAS_PPP_IPCP_RESULT 結構。
RAS_PPP_IPCP_RESULT結構可用來報告埠的 PPP 網際網路通訊協定 (IP) 投影作業的結果。
語法
typedef struct _RAS_PPP_IPCP_RESULT {
DWORD dwError;
WCHAR wszAddress[RAS_IPADDRESSLEN + 1];
} RAS_PPP_IPCP_RESULT;
成員
-
dwError
-
指出 IP 投影作業的結果。 值NO_ERROR表示成功,在此情況下, wszAddress 成員有效。 如果投影作業未成功, dwError 是 Winerror.h 或 Raserror.h 的錯誤碼。
-
wszAddress
-
Null 終止的 Unicode 字串,指定指派給遠端用戶端的 IP 位址。 此字串的格式為 a**。b.c.**d.
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows 2000 Server [僅限傳統型應用程式] |
用戶端支援結束 |
Windows XP |
伺服器終止支援 |
Windows Server 2003 |
標頭 |
|