FwpsFreeCloneNetBufferList0 function (fwpsk.h)

The FwpsFreeCloneNetBufferList0 function frees a clone NET_BUFFER_LIST structure that was previously allocated by a call to the FwpsAllocateCloneNetBufferList0 function.

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

Syntax

void FwpsFreeCloneNetBufferList0(
  [in, out] NET_BUFFER_LIST *netBufferList,
  [in]      ULONG           freeCloneFlags
);

Parameters

[in, out] netBufferList

A pointer to the clone NET_BUFFER_LIST structure that is being freed.

[in] freeCloneFlags

There are currently no flags defined for this function. Callout drivers should set this parameter to zero.

Return value

None

Remarks

A callout driver calls the FwpsFreeCloneNetBufferList0 function to free a clone NET_BUFFER_LIST structure that was previously allocated by a call to the FwpsAllocateCloneNetBufferList0 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

FwpsAllocateCloneNetBufferList0

NET_BUFFER_LIST