OID_GEN_BYTES_RCV

As a query, NDIS and overlying drivers use the OID_GEN_BYTES_RCV OID to determine the total number of bytes that a miniport adapter received.

Version Information

Windows Vista and later versions of Windows
Supported.

NDIS 6.0 and later miniport drivers
Not requested. (see Remarks section)

Remarks

NDIS handles this OID for miniport drivers. See the OID_GEN_STATISTICS OID for more information about statistics.

The total byte count is the sum of the receive-directed byte count, receive-multicast byte count and receive-broadcast byte count. This value is the same as the sum of the values that are returned by the OID_GEN_DIRECTED_BYTES_RCV, OID_GEN_MULTICAST_BYTES_RCV, and OID_GEN_BROADCAST_BYTES_RCV OIDs.

The count is identical to the ifInOctets counter described in RFC 2863.

Requirements

Header

Ntddndis.h (include Ndis.h)

See also

OID_GEN_BROADCAST_BYTES_RCV

OID_GEN_DIRECTED_BYTES_RCV

OID_GEN_MULTICAST_BYTES_RCV

OID_GEN_STATISTICS