PPP_IPXCP_INFO structure (mprapi.h)

The PPP_IPXCP_INFO structure contains the result of a PPP Internetwork Packet Exchange (IPX) projection operation.

Syntax

typedef struct _PPP_IPXCP_INFO {
  DWORD dwError;
  WCHAR wszAddress[IPXADDRESSLEN + 1];
} PPP_IPXCP_INFO;

Members

dwError

Specifies 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[IPXADDRESSLEN + 1]

Specifies a Unicode string that holds the client's IPX address on the RAS connection. This address string has the form net.node, for example, "1234ABCD.12AB34CD56EF".

Remarks

The PPP_IPXCP_INFO structure can be used only when administrating computers that are running 32-bit Windows Server 2003 or an earlier operating system. Windows 2000 64-bit Edition does not support the IPX protocol.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header mprapi.h

See also

PPP_INFO

RAS Administration Structures

Remote Access Service Administration Reference