OID_GEN_RCV_DISCARDS (Compact 2013)
3/26/2014
As a query, NDIS and overlying drivers use this OID to determine the number of receive discards on a miniport adapter.
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 error count and dropped-receive-buffer error count. This value is the same as the sum of the values that are returned by the OID_GEN_RCV_ERROR and OID_GEN_RCV_NO_BUFFER OIDs.
Requirements
Header |
ntddndis.h |
See Also
Reference
NDIS 6.0 General OIDs for Miniport Drivers
OID_GEN_RCV_NO_BUFFER
OID_GEN_RCV_ERROR
OID_GEN_STATISTICS