Share via


NDIS_BUFFER (Windows CE 5.0)

Send Feedback

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:

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.