Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |