MPR_TRANSPORT_0

[This is preliminary documentation and subject to change.]

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

QuickInfo

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

See Also

MPR_IFTRANSPORT_0