PPP_ATCP_INFO

[This is preliminary documentation and subject to change.]

The PPP_ATCP_INFO structure contains the result of a PPP AppleTalk projection operation.

typedef struct _PPP_ATCP_INFO {
    DWORD    dwError;
    WCHAR    wszAddress[ ATADDRESSLEN + 1 ];
} PPP_ATCP_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 AppleTalk address on the RAS connection.

See Also

PPP_INFO