|
|
|
DIDiskQuotaUser Object |
|
IID_DIDiskQuotaUser |
{7988B57A-EC89-11CF-9C00-00AA00A14F56} |
|
The DiskQuotaControl object allows a client to manage an NTFS volume's global disk quota settings. This object makes the essential functionality of the DIDiskQuotaUser interface available to scripting and Microsoft Visual Basic-based applications.
Remarks
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDispatch Methods |
Description |
|
GetTypeInfoCount |
Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
|
GetTypeInfo |
Gets the type information for an object. |
|
GetIDsOfNames |
Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
|
Invoke |
Provides access to properties and methods exposed by an object. |
|
DIDiskQuotaUser Methods and Properties |
Description |
|
ID |
Retrieves an identifier (ID) that uniquely identifies the user. |
|
AccountContainerName |
Retrieves the name of the user's account container. |
|
LogonName |
Retrieves the user's logon account name. |
|
DisplayName |
Retrieves the user's display name. |
|
QuotaThreshold |
Sets or retrieves the user's warning threshold, in bytes. |
|
QuotaThresholdText |
Retrieves the user's warning threshold as a text string. |
|
QuotaLimit |
Sets or retrieves the user's current quota limit, in bytes. |
|
QuotaLimitText |
Retrieves the user's current quota limit as a text string. |
|
QuotaUsed |
Retrieves the user's current disk usage, in bytes. |
|
QuotaUsedText |
Retrieves the user's current disk usage as a text string. |
|
AccountStatus |
Retrieves the status of the user's account. |
|
Invalidate |
Clears the object's cached user information. |
|
AccountStatusConstants |
|
%dqAcctResolved = 0 %dqAcctUnavailable =
1
|
|
QuotaStateConstants |
|
%dqStateDisable = 0
|
|
UserNameResolutionConstants |
|
%dqResolveNone = 0
|
|
ID |
|
FUNCTION
DIDiskQuotaUser_get_ID ( _
|
|
AccountContainerName |
|
FUNCTION
DIDiskQuotaUser_get_AccountContainerName ( _
|
|
LogonName |
|
FUNCTION
DIDiskQuotaUser_get_LogonName ( _
|
|
DisplayName |
|
FUNCTION
DIDiskQuotaUser_get_DisplayName ( _
|
|
QuotaThreshold |
|
FUNCTION
DIDiskQuotaUser_get_QuotaThreshold ( _
FUNCTION
DIDiskQuotaUser_put_QuotaThreshold ( _
|
|
QuotaThresholdText |
|
FUNCTION
DIDiskQuotaUser_get_QuotaThresholdText ( _ |
|
QuotaLimit |
|
FUNCTION
DIDiskQuotaUser_get_QuotaLimit ( _
FUNCTION
DIDiskQuotaUser_put_QuotaLimit ( _ |
|
QuotaLimitText |
|
FUNCTION
DIDiskQuotaUser_get_QuotaLimitText ( _ |
|
QuotaUsed |
|
FUNCTION
DIDiskQuotaUser_get_QuotaUsed ( _ |
|
QuotaUsedText |
|
FUNCTION
DIDiskQuotaUser_get_QuotaUsedText ( _ |
|
AccountStatus |
|
FUNCTION
DIDiskQuotaUser_get_AccountStatus ( _ |
|
Invalidate |
|
FUNCTION
DIDiskQuotaUser_Invalidate ( _ |
Page last updated on Monday, 20 March 2006 02:23:34 +0100