IDiskQuotaUser

The IDiskQuotaUser interface represents a single user quota entry in the volume quota information file. Through this interface, you can query and modify user-specific quota information on an NTFS volume. This interface is instantiated using IEnumDiskQuotaUsers, IDiskQuotaControl::FindUserSid, IDiskQuotaControl::FindUserName, IDiskQuotaControl::AddUserSid or IDiskQuotaControl::AddUserName.

Virtual Function Table

IUnknown Methods

QueryInterface
AddRef
Release

IDiskQuotaUser Methods

GetName
GetSidLength
GetSid
GetQuotaThreshold
GetQuotaThresholdText
GetQuotaLimit
GetQuotaLimitText
GetQuotaUsed
GetQuotaUsedText
GetQuotaInformation
SetQuotaThreshold
SetQuotaLimit
Invalidate
GetAccountStatus

See Also

File Systems Overview, File System Interfaces