MPR_IFTRANSPORT_0

The MPR_IFTRANSPORT_0 structure contains information for a particular interface transport.

typedef struct _MPR_IFTRANSPORT_0 {
  DWORD     dwTransportId;
  HANDLE    hIfTransport;
  WCHAR     wszIfTransportName[MAX_TRANSPORT_NAME_LEN+1];
} MPR_IFTRANSPORT_0, *PMPR_IFTRANSPORT_0;

Members

dwTransportId
Identifies the transport.
hIfTransport
Handle to the interface transport.
wszIfTransportName
Specifies a Unicode string that contains the name of the interface transport.

Requirements

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

See Also

Router Management Reference, Router Management Structures, MPR_TRANSPORT_0, MprConfigInterfaceTransportEnum