FwpsFreeCloneNetBufferList0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

void FwpsFreeCloneNetBufferList0(
  [in, out] NET_BUFFER_LIST *netBufferList,
  [in]      ULONG           freeCloneFlags
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fwpsk-fwpsfreeclonenetbufferlist0)

FwpsFreeCloneNetBufferList0 function

Description

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.

Parameters

netBufferList [in, out]

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

freeCloneFlags [in]

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

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.

See also

FwpsAllocateCloneNetBufferList0

NET_BUFFER_LIST