Share via


NDIS_BUFFER (Compact 2013)

3/26/2014

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 Compact, 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

See Also

Reference

NDIS 5.x Legacy Data Types
NDIS_PACKET
NdisGetNextBuffer
NdisGetFirstBufferFromPacket
NdisGetFirstBufferFromPacketSafe
NdisQueryBuffer
NdisQueryBufferSafe
NdisQueryPacket
NDIS 5.x Legacy Reference