RAS_PPP_ATCP_RESULT structure
[The RAS_PPP_ATCP_RESULT structure is not supported as of Windows Vista.]
The RAS_PPP_ATCP_RESULT structure is used to report the result of an AppleTalk protocol projection operation for a port.
Syntax
typedef struct _RAS_PPP_ATCP_RESULT {
DWORD dwError;
WCHAR wszAddress[RAS_ATADDRESSLEN + 1];
} RAS_PPP_ATCP_RESULT;
Members
-
dwError
-
Specifies a value that indicates the results of the AppleTalk projection operation. A value of NO_ERROR indicates success, in which case, the wszAddress member is valid. If the projection operation is not successful, dwError is an error code from Winerror.h or Raserror.h.
-
wszAddress
-
Specifies a null-terminated Unicode string that specifies the IP address assigned to the remote client.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows XP |
End of server support |
Windows Server 2003 |
Header |
|