Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MPR_TRANSPORT_0 structure contains information for a particular transport.
Syntax
typedef struct _MPR_TRANSPORT_0 {
DWORD dwTransportId;
HANDLE hTransport;
WCHAR wszTransportName[MAX_TRANSPORT_NAME_LEN + 1];
} MPR_TRANSPORT_0, *PMPR_TRANSPORT_0;
Members
dwTransportId
A DWORD value that identifies the transport protocol type. Supported transport protocol types are listed on Transport Identifiers.
hTransport
Handle to the transport.
wszTransportName[MAX_TRANSPORT_NAME_LEN + 1]
A Unicode string that contains the name of the transport.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | mprapi.h |