PPP_IPXCP_INFO
[This is preliminary documentation and subject to change.]
The PPP_IPXCP_INFO structure contains the result of a PPP Internetwork Packet Exchange (IPX) projection operation.
typedef struct _PPP_IPXCP_INFO {
DWORD dwError;
WCHAR wszAddress[ IPXADDRESSLEN + 1 ];
} PPP_IPXCP_INFO;
Members
-
dwError
-
Contains the result of the PPP control protocol negotiation. A value of zero indicates success. A nonzero value indicates failure, and is the actual fatal error that occurred during the control protocol negotiation.
-
wszAddress
-
Contains a Unicode string that holds the client's IPX address on the RAS connection.
See Also
PPP_INFO