Funzione FltRemoveOpenReparseEntry (fltkernel.h)

Questa routine rimuove una struttura OPEN_REPARSE_LIST_ENTRY (aggiunta da FltAddOpenReparseEntry) da un'operazione di creazione.

ImportanteOpenReparseEntry deve essere una voce aggiunta da FltAddOpenReparseEntry. Tutte le altre voci non sono valide.
 

Sintassi

VOID FLTAPI FltRemoveOpenReparseEntry(
  [in] PFLT_FILTER              Filter,
  [in] PFLT_CALLBACK_DATA       Data,
  [in] POPEN_REPARSE_LIST_ENTRY OpenReparseEntry
);

Parametri

[in] Filter

Filtro da dereferenziare.

[in] Data

Operazione di creazione da cui rimuovere le informazioni aperte.

[in] OpenReparseEntry

Informazioni aperte per rimuovere, di tipo OPEN_REPARSE_LIST_ENTRY.

Valore restituito

Questa routine non restituisce un valore.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 1607
Server minimo supportato Windows Server 2016
Piattaforma di destinazione Windows
Intestazione fltkernel.h
IRQL IRQL_requires_max(APC_LEVEL)