// fltkernel.h
VOID FLTAPI FltFreeOpenReparseList(
[in] PFLT_FILTER Filter,
[in] PECP_LIST EcpList
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine deallocates any information copied into a create operation by a previous call to FltCopyOpenReparseList.
Filter [in]The filter to dereference.
EcpList [in]The ECP list whose open reparse information should be deallocated.
This routine does not return a value.