[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwadskquota.pas line 244
type IDiskQuotaUser = interface(IUnknown) |
function GetID(); |
function GetName(); |
function GetSidLength(); |
function GetSid(); |
function GetQuotaThreshold(); |
function GetQuotaThresholdText(); |
function GetQuotaLimit(); |
function GetQuotaLimitText(); |
function GetQuotaUsed(); |
function GetQuotaUsedText(); |
function GetQuotaInformation(); |
function SetQuotaThreshold(); |
function SetQuotaLimit(); |
function Invalidate; |
function GetAccountStatus(); |
end; |
| |
IInterface |