<div class="content"><p>The <b>PPP_INFO_2</b> structure<a id="Appendix_A_Target_55"></a><a aria-label="Product behavior note 55" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_55" data-linktype="relative-path">&lt;55&gt;</a> is used
to report the results of the various PPP projection operations for a
connection.</p><dl>
<dd>
<div><pre> typedef struct _PPP_INFO_2 {
   PPP_NBFCP_INFO nbf;
   PPP_IPCP_INFO2 ip;
   PPP_IPXCP_INFO ipx;
   PPP_ATCP_INFO at;
   PPP_CCP_INFO ccp;
   PPP_LCP_INFO lcp;
 } PPP_INFO_2;
</pre></div>
</dd></dl><p><b>nbf: </b>A <a href="c6cfe450-77f4-47e9-9b23-1e067e7e3965" data-linktype="relative-path"><b>PPP_NBFCP_INFO (section 2.2.1.2.64)</b></a>
structure that contains information about the NetBEUI Framer (NBF) for a
connection. </p><p><b>ip: </b>A <a href="04fc5990-59e4-4670-b7dd-35e0dd8acc5d" data-linktype="relative-path"><b>PPP_IPCP_INFO2 (section 2.2.1.2.66)</b></a>
structure that contains the IPv4 information for a connection. </p><p><b>ipx: </b>A <a href="28495a3c-7f4c-4e41-9c4c-018a66a47cf9" data-linktype="relative-path"><b>PPP_IPXCP_INFO (section 2.2.1.2.67)</b></a>
structure<a id="Appendix_A_Target_56"></a><a aria-label="Product behavior note 56" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_56" data-linktype="relative-path">&lt;56&gt;</a> that contains the IPX
information for a connection. </p><p><b>at: </b>A <a href="f542b407-ee57-40a1-a2e2-093e37fe9507" data-linktype="relative-path"><b>PPP_ATCP_INFO (section 2.2.1.2.69)</b></a>
structure<a id="Appendix_A_Target_57"></a><a aria-label="Product behavior note 57" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_57" data-linktype="relative-path">&lt;57&gt;</a> that contains AppleTalk
information for a connection. </p><p><b>ccp: </b>A <a href="daafb95c-e858-4770-ae5f-e4344f94c617" data-linktype="relative-path"><b>PPP_CCP_INFO (section 2.2.1.2.70)</b></a>
structure that contains compression information details for a given PPP
connection. </p><p><b>lcp: </b>A <a href="4532a920-e20e-4fb0-8f72-22a95c3e5553" data-linktype="relative-path"><b>PPP_LCP_INFO (section 2.2.1.2.71)</b></a>
structure that contains the PPP information related to the Link Control
Protocol (LCP) for a given connection. </p></div>