[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;
  Windows NT:  Use version 5.0 and later.
  Windows:  Unsupported.
  Windows CE:  Unsupported.
  Header: Declared in mprapi.h.
MPR_TRANSPORT_0, MprConfigInterfaceTransportEnum