Funzione FltFreeOpenReparseList (fltkernel.h)
Questa routine dealloca tutte le informazioni copiate in un'operazione di creazione da una chiamata precedente a FltCopyOpenReparseList.
Sintassi
VOID FLTAPI FltFreeOpenReparseList(
[in] PFLT_FILTER Filter,
[in] PECP_LIST EcpList
);
Parametri
[in] Filter
Filtro da dereferenziare.
[in] EcpList
Elenco ECP le cui informazioni aperte devono essere deallocate.
Valore restituito
Questa routine non restituisce un valore.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10, versione 1607 |
server minimo supportato | Windows Server 2016 |
piattaforma di destinazione | Finestre |
intestazione | fltkernel.h |
IRQL | IRQL_requires_max(APC_LEVEL) |