| Platform SDK: RAS/Routing and RAS |
The PPP_INFO_2 structure is used to report the results of the various PPP projection operations for a connection.
typedef struct _PPP_INFO_2 {
PPP_NBFCP_INFO nbf;
PPP_IPCP_INFO ip;
PPP_IPXCP_INFO ipx;
PPP_ATCP_INFO at;
PPP_CCP_INFO ccp;
PPP_LCP_INFO lcp;
} PPP_INFO_2;
Windows NT/2000: Requires Windows 2000.
Header: Declared in Mprapi.h.
Remote Access Service Administration Reference, RAS Administration Structures, PPP_ATCP_INFO, PPP_IPCP_INFO, PPP_IPXCP_INFO, PPP_NBFCP_INFO, PPP_CCP_INFO, PPP_LCP_INFO, RAS_CONNECTION_2