MPR_TRANSPORT_0

The MPR_TRANSPORT_0 structure contains information for a particular transport.

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

Members

dwTransportId
Identifies the transport.
hTransport
Handle to the transport.
wszTransportName
Specifies a Unicode string that contains the name of the transport.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Mprapi.h.

See Also

Router Management Reference, Router Management Structures, MPR_IFTRANSPORT_0