PPP_INFO structure (mprapi.h)

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

Syntax

typedef struct _PPP_INFO {
  PPP_NBFCP_INFO nbf;
  PPP_IPCP_INFO  ip;
  PPP_IPXCP_INFO ipx;
  PPP_ATCP_INFO  at;
} PPP_INFO;

Members

nbf

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

ip

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

ipx

A PPP_IPXCP_INFO structure that contains PPP Internetwork Packet Exchange (IPX) projection information.

at

A PPP_ATCP_INFO structure that contains PPP AppleTalk projection information.

Requirements

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

See also

PPP_INFO_2

PPP_INFO_3

RAS Administration Structures

RAS_CONNECTION_1

Remote Access Service Administration Reference