NDIS_LINK_SPEED structure (ntddndis.h)
The NDIS_LINK_SPEED structure specifies transmit and receive link speeds.
Syntax
typedef struct _NDIS_LINK_SPEED {
ULONG64 XmitLinkSpeed;
ULONG64 RcvLinkSpeed;
} NDIS_LINK_SPEED, *PNDIS_LINK_SPEED;
Members
XmitLinkSpeed
The transmit link speed in bits per second. A value of -1 in this member indicates that the transmit link speed is unknown.
RcvLinkSpeed
The receive link speed in bits per second. A value of -1 in this member indicates that the receive link speed is unknown.
Remarks
The NDIS_LINK_SPEED structure specifies link speeds in the OID_GEN_LINK_SPEED_EX and OID_GEN_MAX_LINK_SPEED OIDs.
Requirements
Requirement | Value |
---|---|
Header | ntddndis.h (include Ndis.h) |