NdisBufferLength (Windows Embedded CE 6.0)
1/6/2010
This function returns the length in bytes of a given mapped buffer.
Syntax
ULONG NdisBufferLength(
PNDIS_BUFFER Buffer
);
Parameters
- Buffer
[in] Points to the buffer descriptor mapping the buffer.
Return Value
Returns the byte count of the mapped buffer.
Requirements
Header | ndis.h |
Library | ndis.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Library Functions
NdisAdjustBufferLength
NdisBufferVirtualAddress
NdisBufferVirtualAddressSafe
NdisQueryBuffer
NdisQueryBufferSafe
NdisQueryBufferOffset