2.2.1.2.67 PPP_IPXCP_INFO

The PPP_IPXCP_INFO structure MAY<47> be used to contain the result of a PPP IPX projection operation.

 typedef struct _PPP_IPXCP_INFO {
   DWORD dwError;
   WCHAR wszAddress[16];
 } PPP_IPXCP_INFO;

dwError: Specifies the result of the PPP control protocol negotiation. As value of zero (0) indicates success. A nonzero value indicates failure and is the actual fatal error that occurred during the control protocol negotiation.

wszAddress: Specifies a null-terminated Unicode string that holds the client's IPX address on the RRAS server connection. This address string has the form of "net.node" (for example, "1234ABCD.12AB34CD56EF").