OID_GEN_MAXIMUM_SEND_PACKETS (Windows CE 5.0)
This object specifies the maximum number of send packets the MiniportSendPackets function can accept.
If a larger packet array is given to MiniportSendPackets, it will return some packets in the array to NDIS for resubmission later.
If the underlying driver has only a MiniportSend function, it should return one for this query. Legacy NIC drivers usually return NDIS_STATUS_NOT_SUPPORTED for this query.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.
See Also
MiniportQueryInformation | MiniportSend | MiniportSendPackets | NDIS_REQUEST
Send Feedback on this topic to the authors