structure FILE_GET_QUOTA_INFORMATION (ntifs.h)
La structure FILE_GET_QUOTA_INFORMATION est utilisée pour rechercher des informations sur le quota.
Syntaxe
typedef struct _FILE_GET_QUOTA_INFORMATION {
ULONG NextEntryOffset;
ULONG SidLength;
SID Sid;
} FILE_GET_QUOTA_INFORMATION, *PFILE_GET_QUOTA_INFORMATION;
Membres
NextEntryOffset
Offset, en octets, de l’entrée FILE_GET_QUOTA_INFORMATION suivante typée. 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 sur le quota. Les informations de quota sont retournées dans une mémoire tampon FILE_QUOTA_INFORMATION-structured.
Cette structure doit être alignée sur une limite LONG (4 octets).
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ntifs.h (include Ntifs.h, Fltkernel.h) |