Platform SDK: RAS/Routing and RAS

PPP_INFO_2

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;

Members

nbf
Specifies a PPP_NBFCP_INFO structure.
ip
Specifies a PPP_IPCP_INFO structure.
ipx
Specifies a PPP_IPXCP_INFO structure.
at
Specifies a PPP_ATCP_INFO structure.
ccp
Specifies a PPP_CCP_INFO structure.
lcp
Specifies a PPP_LCP_INFO structure.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Mprapi.h.

See Also

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