PPP_INFO

[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;
 

Members

nbf
Holds a PPP_NBFCP_INFO structure.
ip
Holds a PPP_IPCP_INFO structure.
ipx
Holds a PPP_IPXCP_INFO structure.
at
Holds a PPP_ATCP_INFO structure.

See Also

PPP_ATCP_INFO, PPP_IPCP_INFO, PPP_IPXCP_INFO, PPP_NBFCP_INFO, RAS_CONNECTION_1