Condividi tramite


MPR_TRANSPORT_0 struttura (mprapi.h)

La struttura MPR_TRANSPORT_0 contiene informazioni per un determinato trasporto.

Sintassi

typedef struct _MPR_TRANSPORT_0 {
  DWORD  dwTransportId;
  HANDLE hTransport;
  WCHAR  wszTransportName[MAX_TRANSPORT_NAME_LEN + 1];
} MPR_TRANSPORT_0, *PMPR_TRANSPORT_0;

Members

dwTransportId

Valore DWORD che identifica il tipo di protocollo di trasporto. I tipi di protocollo di trasporto supportati sono elencati in Identificatori di trasporto.

hTransport

Gestire il trasporto.

wszTransportName[MAX_TRANSPORT_NAME_LEN + 1]

Stringa Unicode contenente il nome del trasporto.

Requisiti

   
Client minimo supportato Nessuno supportato
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione mprapi.h

Vedi anche

MPR_IFTRANSPORT_0

Informazioni di riferimento sulla gestione dei router

Strutture di gestione router