MPR_IFTRANSPORT_0

[This is preliminary documentation and subject to change.]

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
The transport identifier.
hIfTransport
Handle to the interface transport.
wszIfTransportName
Unicode string containing the name of the interface transport.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in mprapi.h.

See Also

MPR_TRANSPORT_0, MprConfigInterfaceTransportEnum