[This is preliminary documentation and subject to change.]
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;
 PPP_ATCP_INFO, PPP_IPCP_INFO, PPP_IPXCP_INFO, PPP_NBFCP_INFO, RAS_CONNECTION_1