Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PPP_ATCP_INFO structure contains the result of a PPP AppleTalk projection operation.
Syntax
typedef struct _PPP_ATCP_INFO {
DWORD dwError;
WCHAR wszAddress[ATADDRESSLEN + 1];
} PPP_ATCP_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[ATADDRESSLEN + 1]
Specifies a Unicode string that holds the client's AppleTalk address on the RAS connection.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | mprapi.h |