FltFreeOpenReparseList function (fltkernel.h)
This routine deallocates any information copied into a create operation by a previous call to FltCopyOpenReparseList.
Syntax
VOID FLTAPI FltFreeOpenReparseList(
[in] PFLT_FILTER Filter,
[in] PECP_LIST EcpList
);
Parameters
[in] Filter
The filter to dereference.
[in] EcpList
The ECP list whose open reparse information should be deallocated.
Return value
This routine does not return a value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1607 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Header | fltkernel.h |
IRQL | IRQL_requires_max(APC_LEVEL) |