RAS_PPP_IPCP_RESULT

[New - Windows NT]

The RAS_PPP_IPCP_RESULT structure is used to report the result of a PPP Internet Protocol (IP) projection operation for a port.

typedef struct _RAS_PPP_IPCP_RESULT {

DWORD dwError;

WCHAR wszAddress[ RAS_IPADDRESSLEN + 1 ];

} RAS_PPP_IPCP_RESULT;

Members

dwError

Indicates the results of the IP 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 IP address assigned to the remote client. This string has the "a.b.c.d" form.

See Also

RAS_PORT_1, RAS_PPP_PROJECTION_RESULT, RasAdminPortGetInfo