Share via


NDIS_BUFFER (Windows Embedded CE 6.0)

1/6/2010

This data type is used as the standard buffer type for the NDIS API.

Syntax

typedef 
MDL NDIS_BUFFER, *PNDIS_BUFFER;

Remarks

The NDIS_BUFFER structure is a memory descriptor list structure. For Windows Embedded 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

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Data Types
NDIS_PACKET
NdisCopyBuffer
NdisGetNextBuffer
NdisGetFirstBufferFromPacket
NdisGetFirstBufferFromPacketSafe
NdisQueryBuffer
NdisQueryBufferSafe
NdisQueryPacket