FILE_GET_QUOTA_INFORMATION structure (ntifs.h)

La structure FILE_GET_QUOTA_INFORMATION est utilisée pour rechercher des informations de quota.

Syntaxe

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

Membres

NextEntryOffset

Décalage, en octets, de l’entrée FILE_GET_QUOTA_INFORMATION suivante. Ce membre est égal à zéro si aucune autre entrée ne suit celle-ci.

SidLength

Longueur, en octets, du membre Sid .

Sid

Identificateur de sécurité (SID) dont les informations de quota doivent être retournées.

Remarques

La structure FILE_GET_QUOTA_INFORMATION est utilisée pour rechercher des informations de quota. Les informations de quota sont retournées dans une mémoire tampon FILE_QUOTA_INFORMATION structurée.

Cette structure doit être alignée sur une limite LONG (4 octets).

Configuration requise

Condition requise Valeur
En-tête ntifs.h (include Ntifs.h, Fltkernel.h)

Voir aussi

FILE_QUOTA_INFORMATION

IRP_MJ_QUERY_QUOTA

IRP_MJ_SET_QUOTA

IoCheckQuotaBufferValidity

SID