Platform SDK: RAS/Routing and RAS

RAS_PPP_IPXCP_RESULT

The RAS_PPP_IPXCP_RESULT structure is used to report the result of a PPP Internetwork Packet Exchange (IPX) projection operation for a port.

typedef struct _RAS_PPP_IPXCP_RESULT {
  DWORD dwError;
  WCHAR wszAddress[ RAS_IPXADDRESSLEN + 1 ];
} RAS_PPP_IPXCP_RESULT;

Members

dwError
Indicates the results of the IPX projection operation. A value of NO_ERROR indicates success, in which case, the wszAddress member is valid. If the projection operation was not successful, dwError is an error code from Winerror.h or Raserror.h.
wszAddress
A null-terminated Unicode string that specifies the IPX address assigned to the remote client. This string has the "net.node" form.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Header: Declared in Rassapi.h.

See Also

Remote Access Service (RAS) Overview, RAS Server Administration Structures, RAS_PORT_1, RAS_PPP_PROJECTION_RESULT, RasAdminPortGetInfo