// fwpsk.h
void FwpsFreeCloneNetBufferList0(
[in, out] NET_BUFFER_LIST *netBufferList,
[in] ULONG freeCloneFlags
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
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.
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.
FwpsAllocateCloneNetBufferList0