struttura FLT_NAME_CONTROL (fltkernel.h)

Un minifiltro che fornisce nomi di file per la cache dei nomi di Gestione filtri può usare la struttura FLT_NAME_CONTROL per gestire i buffer dei nomi.

Sintassi

typedef struct _FLT_NAME_CONTROL {
  UNICODE_STRING Name;
} FLT_NAME_CONTROL, *PFLT_NAME_CONTROL;

Members

Name

UNICODE_STRING struttura che contiene la stringa del nome file.

Commenti

I minifiltri non devono tentare di liberare o sostituire il buffer nella struttura UNICODE_STRING a cui punta direttamente il membro Name . I minifiltri devono invece chiamare FltCheckAndGrowNameControl per ottenere un buffer di controllo dei nomi più grande.

Requisiti

Requisito Valore
Intestazione fltkernel.h (include Fltkernel.h)

Vedi anche

FltCheckAndGrowNameControl

FltGetFileNameFormat

FltGetFileNameInformation

FltGetFileNameInformationUnsafe

FltGetFileNameQueryMethod

UNICODE_STRING