The PPP_INFO_3 structure<58> be used to report the results of the various PPP projection operations for a connection.
typedef struct _PPP_INFO_3 {
PPP_NBFCP_INFO nbf;
PPP_IPCP_INFO2 ip;
PPP_IPV6_CP_INFO ipv6;
PPP_CCP_INFO ccp;
PPP_LCP_INFO lcp;
} PPP_INFO_3;
nbf: A PPP_NBFCP_INFO (section 2.2.1.2.64) structure that contains information about NetBEUI Framer (NBF) for a connection.
ip: A PPP_IPCP_INFO2 (section 2.2.1.2.66) structure that contains the IPv4 information for a connection.
ipv6: A PPP_IPV6_CP_INFO (section 2.2.1.2.68) structure that contains the IPv6 information for a connection.
ccp: A PPP_CCP_INFO (section 2.2.1.2.70) structure that contains the compression information details for a given connection.
lcp: A PPP_LCP_INFO (section 2.2.1.2.71) structure that contains the compression information related to the Link Control Protocol (LCP) for a given connection.