Every miniport NIC driver should maintain both the mandatory general statistics and the media-specific statistics OIDs for their particular media. The general mandatory statistics OIDs that apply to all miniport NIC drivers include the following.
1.OID_GEN_XMIT_OK
2.OID_GEN_RCV_OK
3.OID_GEN_XMIT_ERROR
4.OID_GEN_RCV_ERROR
5.OID_GEN_RCV_NO_BUFFER
MiniportQueryInformation must return the corresponding value it has accumulated for each of these statistics when it receives a request with one of these OIDs.