// nblapi.h
NDIS_EXPORTED_ROUTINE VOID NdisFreeNetBuffer(
[in] NET_BUFFER *NetBuffer
);
View the official Windows Driver Kit DDI referenceNo description available.
Call the NdisFreeNetBuffer function to free a NET_BUFFER structure that was previously allocated from a NET_BUFFER structure pool with the NdisAllocateNetBuffer function.
NetBuffer [in]A pointer to a NET_BUFFER structure that was allocated by calling NdisAllocateNetBuffer.