NdisFreeNetBuffer - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nblapi.h

NDIS_EXPORTED_ROUTINE VOID NdisFreeNetBuffer(
  [in] NET_BUFFER *NetBuffer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nblapi-ndisfreenetbuffer)

NdisFreeNetBuffer function

Description

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

Parameters

NetBuffer [in]

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

See also

NET_BUFFER

NdisAllocateNetBuffer