Share via


FwpsFreeCloneNetBufferList0 (Compact 2013)

3/26/2014

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

Syntax

VOID NTAPI
  FwpsFreeCloneNetBufferList0(
    IN OUT NET_BUFFER_LIST  *netBufferList,
    IN ULONG  freeCloneFlags
    );

Parameters

  • netBufferList
    A pointer to the clone NET_BUFFER_LIST structure that is being freed
  • 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

Header

fwpsk.h

See Also

Reference

Functions Called by Callout Drivers
NET_BUFFER_LIST
FwpsAllocateCloneNetBufferList0
WFP Callout Driver Functions