MPR_TRANSPORT_0 structure (mprapi.h)

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

See also

MPR_IFTRANSPORT_0

Router Management Reference

Router Management Structures