// nblapi.h
NDIS_EXPORTED_ROUTINE VOID NdisFreeNetBufferListContext(
[in] NET_BUFFER_LIST *NetBufferList,
[in] USHORT ContextSize
);
View the official Windows Driver Kit DDI referenceNo description available.
Call the NdisFreeNetBufferListContext function to release context space in the NET_BUFFER_LIST_CONTEXT structure of a NET_BUFFER_LIST structure.
NetBufferList [in]A pointer to a previously allocated NET_BUFFER_LIST structure.
ContextSize [in]The amount of context space to free.
NdisFreeNetBufferListContext releases context space that was allocated in a previous call to NdisAllocateNetBufferListContext. If NdisAllocateNetBufferListContext allocated memory to satisfy in the call to NdisAllocateNetBufferListContext, NdisFreeNetBufferListContext frees the allocated memory.
NdisAllocateNetBufferListContext