Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This function retrieves the base virtual address of the range specified in a specified buffer descriptor.
VOID NdisQueryBufferOffset( IN PNDIS_BUFFER Buffer , OUT PUINT Offset , OUT PUINT Length );
Parameters
Remarks
This function returns the offset within a physical page at which a given buffer begins. Usually, the buffer descriptor is part of a packet chain.
This function runs faster than the NdisQueryBufferfunction. NDIS drivers call this function in situations in which they need to constrain packets by certain criteria. For example, this function can be used to determine if a buffer crosses a page boundary, if it is odd-byte aligned, and so on.
A driver that calls this function runs at IRQL <= DISPATCH_LEVEL.
Requirements
Runs on | Versions | Defined in | Include | Link to |
---|---|---|---|---|
Windows CE OS | 2.0 and later | Ndis.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
NdisAllocateBuffer, NdisQueryBuffer, NdisUnchainBufferAtBack, NdisUnchainBufferAtFront
Last updated on Tuesday, July 13, 2004