FS_FILTER_SECTION_SYNC_OUTPUT struttura (ntifs.h)

La struttura FS_FILTER_SECTION_SYNC_OUTPUT contiene informazioni che descrivono gli attributi della sezione creata.

Sintassi

typedef struct _FS_FILTER_SECTION_SYNC_OUTPUT {
  ULONG StructureSize;
  ULONG SizeReturned;
  ULONG Flags;
  ULONG DesiredReadAlignment;
} FS_FILTER_SECTION_SYNC_OUTPUT, *PFS_FILTER_SECTION_SYNC_OUTPUT;

Members

StructureSize

Dimensione della struttura.

SizeReturned

Dimensioni della struttura che è stata popolata correttamente con informazioni sul completamento.

Flags

Specifica il supporto per la sincronizzazione. È possibile utilizzare i seguenti valori:

Nome Valore
FS_FILTER_SECTION_SYNC_SUPPORTS_ASYNC_PARALLEL_IO 0x00000001
FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_DATA 0x00000002
FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_IMAGE 0x00000004

DesiredReadAlignment

Specifica le dimensioni ottimali per le letture efficienti. Gli errori della sezione tenteranno, ma non garantiscono, di leggere in più di queste dimensioni. Questo valore deve essere un multiplo di PAGE_SIZE.

Requisiti

Requisito Valore
Intestazione ntifs.h