Share via


OID_GEN_TRANSMIT_BLOCK_SIZE (Windows CE 5.0)

Send Feedback

This object specifies the minimum number of bytes that a single net packet occupies in the transmit buffer space of the NIC.

For example, a NIC that has a transmit space divided into 256-byte pieces would have a transmit block size of 256 bytes. To calculate the total transmit buffer space on such a NIC, its driver multiplies the number of transmit buffers on the NIC by its transmit block size.

For other NICs, the transmit block size is identical to its maximum packet size.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.

See Also

MiniportQueryInformation | NdisGetCacheFillSize | NdisMUpdateSharedMemory | NdisRequest | NDIS_REQUEST

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.