[This is preliminary documentation and subject to change.]
The MprAdminInterfaceTransportGetInfo function retrieves information about a transport running on an specified interface.
DWORD  MprAdminInterfaceTransportGetInfo(
  MPR_SERVER_HANDLE hMprServer,    // handle to router
  HANDLE hInterface,               // handle to interface
  DWORD dwTransportId,             // transport/router manager ID
  LPBYTE * ppInterfaceInfo,        // buffer to receive
                                   // interface information
  LPDWORD lpdwInterfaceInfoSize    // size of interface
                                   // information returned
);This parameter is optional. If the caller specifies NULL for this parameter, the function will not return the size of the interface information.
  Windows NT:  Use version 5.0 and later.
  Windows:  Unsupported.
  Windows CE:  Unsupported.
  Header: Declared in mprapi.h.
  Import Library: Link with  mprapi.lib.
MprAdminInterfaceCreate, MprAdminInterfaceTransportSetInfo, MprAdminServerConnect