struttura FILE_REGION_OUTPUT (ntifs.h)

FILE_REGION_OUTPUT è la struttura di output per FSCTL_QUERY_FILE_REGIONS.

Sintassi

typedef struct _FILE_REGION_OUTPUT {
  ULONG            Flags;
  ULONG            TotalRegionEntryCount;
  ULONG            RegionEntryCount;
  ULONG            Reserved;
  FILE_REGION_INFO Region[1];
} FILE_REGION_OUTPUT, *PFILE_REGION_OUTPUT;

Members

Flags

Intero senza segno a 32 bit che indica i flag per questa operazione. Non sono attualmente definiti flag, pertanto questo campo deve essere impostato su zero e ignorato.

TotalRegionEntryCount

Intero senza segno a 32 bit che indica il numero totale di aree che possono essere restituite.

RegionEntryCount

Intero senza segno a 32 bit che indica il numero di aree effettivamente restituite e che sono contenute in questa struttura.

Reserved

Riservati; questo campo deve essere impostato su zero e ignorato.

Region[1]

Una o più strutture FILE_REGION_INFO che contengono informazioni sugli intervalli desiderati in base all'utilizzo desiderato indicato da DesiredUsage.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Intestazione ntifs.h

Vedi anche

FILE_REGION_INFO

FILE_REGION_INPUT

FSCTL_QUERY_FILE_REGIONS