Condividi tramite


struttura FILE_GET_QUOTA_INFORMATION (ntifs.h)

La struttura FILE_GET_QUOTA_INFORMATION viene usata per eseguire query sulle informazioni sulla quota.

Sintassi

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

Membri

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.

Osservazioni

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

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

Fabbisogno

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

Vedere anche

FILE_QUOTA_INFORMATION

IRP_MJ_QUERY_QUOTA

IRP_MJ_SET_QUOTA

IoCheckQuotaBufferValidity

SID