Share via


NdisFreeNetBuffer (Compact 2013)

3/26/2014

Call this function to free a NET_BUFFER structure that was previously allocated from a NET_BUFFER structure pool with the NdisAllocateNetBuffer function.

Syntax

VOID
  NdisFreeNetBuffer(
    IN PNET_BUFFER  NetBuffer
    );

Parameters

  • NetBuffer
    A pointer to a NET_BUFFER structure that was allocated by calling NdisAllocateNetBuffer.

Return Value

None

Requirements

Header

ndis.h

See Also

Reference

NDIS NET_BUFFER Functions
NET_BUFFER
NdisAllocateNetBuffer