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 Professional [仅限桌面应用] |
最低受支持的服务器 |
Windows 2000 Server [仅限桌面应用] |
终止客户端支持 |
Windows XP |
终止服务器支持 |
Windows Server 2003 |
标头 |
|