FltFreeOpenReparseList - NtDoc

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

VOID FLTAPI FltFreeOpenReparseList(
  [in] PFLT_FILTER Filter,
  [in] PECP_LIST   EcpList
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fltkernel-fltfreeopenreparselist)

FltFreeOpenReparseList function

Description

This routine deallocates any information copied into a create operation by a previous call to FltCopyOpenReparseList.

Parameters

Filter [in]

The filter to dereference.

EcpList [in]

The ECP list whose open reparse information should be deallocated.

Return value

This routine does not return a value.