Partager via


NDIS_BUFFER

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 the Windows CE .NET OS, 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

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.