Partager via


structure PPP_INFO_2 (mprapi.h)

La structure PPP_INFO_2 est utilisée pour signaler les résultats des différentes opérations de projection point à point (PPP) pour une connexion.

Syntaxe

typedef struct _PPP_INFO_2 {
  PPP_NBFCP_INFO nbf;
  PPP_IPCP_INFO2 ip;
  PPP_IPXCP_INFO ipx;
  PPP_ATCP_INFO  at;
  PPP_CCP_INFO   ccp;
  PPP_LCP_INFO   lcp;
} PPP_INFO_2;

Membres

nbf

Structure PPP_NBFCP_INFO qui contient des informations de projection PPP NetBEUI Framer (NBF).

ip

Structure PPP_IPCP_INFO2 qui contient des informations de projection IP (PPP Internet Protocol).

ipx

Structure PPP_IPXCP_INFO qui contient des informations de projection IPX (Internetwork Packet Exchange) PPP.

at

Une structure PPP_ATCP_INFO qui contient des informations de projection AppleTalk PPP.

ccp

Structure PPP_CCP_INFO qui contient des informations de projection ccp (Compression Control Protocol).

lcp

Structure PPP_LCP_INFO qui contient des informations de projection ppp Link Control Protocol (LCP).

Configuration requise

   
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
En-tête mprapi.h

Voir aussi

PPP_INFO

PPP_INFO_3

Structures d’administration RAS

RAS_CONNECTION_2

Informations de référence sur l’administration du service d’accès à distance