MPR_IFTRANSPORT_0 structure (mprapi.h)
The MPR_IFTRANSPORT_0 structure contains information for a particular interface transport.
Syntax
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[MAX_TRANSPORT_NAME_LEN + 1]
Specifies a Unicode string that contains the name of the interface transport.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | mprapi.h |