Fonction FltFreeOpenReparseList (fltkernel.h)
Cette routine libère toutes les informations copiées dans une opération de création par un appel précédent à FltCopyOpenReparseList.
Syntaxe
VOID FLTAPI FltFreeOpenReparseList(
[in] PFLT_FILTER Filter,
[in] PECP_LIST EcpList
);
Paramètres
[in] Filter
Filtre à déréférencer.
[in] EcpList
Liste ECP dont les informations d’analyse ouvertes doivent être libérées.
Valeur retournée
Cette routine ne retourne pas de valeur.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 1607 |
Serveur minimal pris en charge | Windows Server 2016 |
Plateforme cible | Windows |
En-tête | fltkernel.h |
IRQL | IRQL_requires_max(APC_LEVEL) |