Fonction FltRemoveOpenReparseEntry (fltkernel.h)
Cette routine supprime une structure OPEN_REPARSE_LIST_ENTRY (ajoutée par FltAddOpenReparseEntry) d’une opération de création.
ImportantOpenReparseEntry doit être une entrée ajoutée par FltAddOpenReparseEntry. Toutes les autres entrées ne sont pas valides.
Syntaxe
VOID FLTAPI FltRemoveOpenReparseEntry(
[in] PFLT_FILTER Filter,
[in] PFLT_CALLBACK_DATA Data,
[in] POPEN_REPARSE_LIST_ENTRY OpenReparseEntry
);
Paramètres
[in] Filter
Filtre à déréférencer.
[in] Data
Opération de création à partir de laquelle supprimer les informations d’analyse ouvertes.
[in] OpenReparseEntry
Informations d’analyse ouvertes à supprimer, de type OPEN_REPARSE_LIST_ENTRY.
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) |