FILE_GET_QUOTA_INFORMATION struttura (ntifs.h)

La struttura FILE_GET_QUOTA_INFORMATION viene usata per eseguire query sulle informazioni sulle quote.

Sintassi

typedef struct _FILE_GET_QUOTA_INFORMATION {
  ULONG NextEntryOffset;
  ULONG SidLength;
  SID   Sid;
} FILE_GET_QUOTA_INFORMATION, *PFILE_GET_QUOTA_INFORMATION;

Members

NextEntryOffset

Offset, in byte, della voce FILE_GET_QUOTA_INFORMATION tipizzata successiva. Questo membro è zero se nessun'altra voce segue questa.

SidLength

Lunghezza, in byte, del membro Sid .

Sid

Identificatore di sicurezza (SID) le cui informazioni sulla quota devono essere restituite.

Commenti

La struttura FILE_GET_QUOTA_INFORMATION viene usata per eseguire query sulle informazioni sulle quote. Le informazioni sulla quota vengono restituite in un buffer strutturato FILE_QUOTA_INFORMATION.

Questa struttura deve essere allineata a un limite LONG (4 byte).

Requisiti

Requisito Valore
Intestazione ntifs.h (include Ntifs.h, Fltkernel.h)

Vedi anche

FILE_QUOTA_INFORMATION

IRP_MJ_QUERY_QUOTA

IRP_MJ_SET_QUOTA

IoCheckQuotaBuffer Validità

SID