Partager via


FwpsFreeNetBufferList0 (Compact 2013)

3/26/2014

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

Syntax

VOID NTAPI
  FwpsFreeNetBufferList0(
    IN OUT NET_BUFFER_LIST  *netBufferList
    );

Parameters

  • 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

Header

fwpsk.h

See Also

Reference

Functions Called by Callout Drivers
NET_BUFFER_LIST
FwpsAllocateNetBufferAndNetBufferList0
WFP Callout Driver Functions