<div class="content" name="PPP_ATCP_INFO" uuid="f542b407-ee57-40a1-a2e2-093e37fe9507"><p>The <b>PPP_ATCP_INFO</b> structure MAY<a id="Appendix_A_Target_48"></a><a aria-label="Product behavior note 48" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_48" data-linktype="relative-path">&lt;48&gt;</a> be used to contain the result
of a PPP AppleTalk projection operation.</p><dl>
<dd>
<div><pre> typedef struct _PPP_ATCP_INFO {
   DWORD dwError;
   WCHAR wszAddress[33];
 } PPP_ATCP_INFO;
</pre></div>
</dd></dl><p><b>dwError: </b>Specifies the result of the PPP
control protocol negotiation. A value of zero (0) indicates success. A nonzero
value indicates failure and is the actual fatal error that occurred during the
control protocol negotiation.</p><p><b>wszAddress: </b>Specifies a null-terminated
Unicode string that holds the client&#39;s AppleTalk address on the RRAS server connection.</p></div>