struttura RAS_PPP_PROJECTION_RESULT

[La struttura RAS_PPP_PROJECTION_RESULT non è supportata a partire da Windows Vista.]

La struttura RAS_PPP_PROJECTION_RESULT viene utilizzata per segnalare i risultati delle varie operazioni di proiezione PPP per una porta.

Sintassi

typedef struct _RAS_PPP_PROJECTION_RESULT {
  RAS_PPP_NBFCP_RESULT nbf;
  RAS_PPP_IPCP_RESULT  ip;
  RAS_PPP_IPXCP_RESULT ipx;
  RAS_PPP_ATCP_RESULT  at;
} RAS_PPP_PROJECTION_RESULT;

Members

nbf

Struttura RAS_PPP_NBFCP_RESULT che segnala il risultato di un'operazione di proiezione NETBEUI Framer (NBF).

Ip

Struttura RAS_PPP_IPCP_RESULT che segnala il risultato di un'operazione di proiezione IP (PPP Internet Protocol).

Ipx

Struttura RAS_PPP_IPXCP_RESULT che segnala il risultato di un'operazione di proiezione IPX (Internetwork Packet Exchange) PPP.

at

Struttura RAS_PPP_ATCP_RESULT .

Commenti

Questa struttura segnala i risultati della proiezione per i protocolli NetBEUI, TCP/IP e IPX. Ogni struttura PPP ha un membro dwError che indica se le altre informazioni nella struttura sono valide. Se dwError è NO_ERROR, le altre informazioni sono valide. Se dwError è uno dei codici di errore in Winerror.h o Raserror.h, le altre informazioni non sono valide.

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Fine del supporto client
Windows XP
Fine del supporto server
Windows Server 2003
Intestazione
Rassapi.h

Vedi anche

Panoramica del servizio accesso remoto (RAS)

Strutture di amministrazione del server RAS

RAS_PORT_1

RAS_PPP_ATCP_RESULT

RAS_PPP_IPCP_RESULT

RAS_PPP_IPXCP_RESULT

RAS_PPP_NBFCP_RESULT

RasAdminPortGetInfo