Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This data type is used as the standard buffer type for the NDIS API.
typedef MDL NDIS_BUFFER, *PNDIS_BUFFER;
Remarks
The NDIS_BUFFER structure is a memory descriptor list structure. For Windows CE, it is effectively consists of a length, pointer, and a next field. NDIS_BUFFER chains must be NULL terminated. The following list shows the macros that manipulate NDIS_BUFFER:
- NdisGetNextBuffer
- NdisGetFirstBufferFromPacket
- NdisGetFirstBufferFromPacketSafe
- NdisQueryBuffer
- NdisQueryBufferSafe
- NdisQueryPacket
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NDIS_PACKET | NdisCopyBuffer | NdisGetNextBuffer | NdisGetFirstBufferFromPacket | NdisGetFirstBufferFromPacketSafe | NdisQueryBuffer | NdisQueryBufferSafe | NdisQueryPacket
Send Feedback on this topic to the authors