NdisBufferLength (Windows CE 5.0)
This function returns the length in bytes of a given mapped buffer.
ULONG NdisBufferLength(PNDIS_BUFFERBuffer);
Parameters
- Buffer
[in] Points to the buffer descriptor mapping the buffer.
Return Values
Returns the byte count of the mapped buffer.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
NdisAdjustBufferLength | NdisBufferVirtualAddress | NdisBufferVirtualAddressSafe | NdisQueryBuffer | NdisQueryBufferSafe | NdisQueryBufferOffset
Send Feedback on this topic to the authors