Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PPP_INFO_3 structure (mprapi.h)

The PPP_INFO_3 structure is used to report the results of the various Point-to-Point (PPP) projection operations for a connection.

Syntax

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;

Members

nbf

A PPP_NBFCP_INFO structure that contains PPP NetBEUI Framer (NBF) projection information.

ip

A PPP_IPCP_INFO2 structure that contains PPP Internet Protocol (IP) projection information.

ipv6

A PPP_IPV6_CP_INFO structure that contains IPv6 control protocol projection information.

ccp

A PPP_CCP_INFO structure that contains Compression Control Protocol (CCP) projection information.

lcp

A PPP_LCP_INFO structure that contains PPP Link Control Protocol (LCP) projection information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header mprapi.h

See also

PPP_INFO

PPP_INFO_2

RAS Administration Structures

RAS_CONNECTION_3

Remote Access Service Administration Reference


Feedback

Was this page helpful?

Additional resources