Partager via


2.2.1.2.72 PPP_INFO

The PPP_INFO structure is used to report the results of the various PPP projection operations for a connection.

 typedef struct _PPP_INFO {
   PPP_NBFCP_INFO nbf;
   PPP_IPCP_INFO ip;
   PPP_IPXCP_INFO ipx;
   PPP_ATCP_INFO at;
 } PPP_INFO;

nbf: A PPP_NBFCP_INFO (section 2.2.1.2.64) structure that contains information about the NetBEUI Framer (NBF) for a connection.

ip: A PPP_IPCP_INFO (section 2.2.1.2.65) structure that contains the IPv4 PPP information for a connection.

ipx: A PPP_IPXCP_INFO (section 2.2.1.2.67) structure<53> that contains the IPX information for a connection. 

at: A PPP_ATCP_INFO (section 2.2.1.2.69) structure<54> that contains the AppleTalk information for a connection.