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