FwpsFreeNetBufferList0 function (fwpsk.h)

The FwpsFreeNetBufferList0 function frees a NET_BUFFER_LIST structure that was previously allocated by a call to the FwpsAllocateNetBufferAndNetBufferList0 function.

Note  FwpsFreeNetBufferList0 is a specific version of FwpsFreeNetBufferList. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
 

Syntax

void FwpsFreeNetBufferList0(
  [in, out] NET_BUFFER_LIST *netBufferList
);

Parameters

[in, out] netBufferList

A pointer to the NET_BUFFER_LIST structure that is being freed.

Return value

None

Remarks

A callout driver calls the FwpsFreeNetBufferList0 function to free a NET_BUFFER_LIST structure that was previously allocated by a call to the FwpsAllocateNetBufferAndNetBufferList0 function.

Requirements

Requirement Value
Minimum supported client Available starting with Windows Vista.
Target Platform Universal
Header fwpsk.h (include Fwpsk.h)
Library Fwpkclnt.lib
IRQL <= DISPATCH_LEVEL

See also

FwpsAllocateNetBufferAndNetBufferList0

NET_BUFFER_LIST