DIDiskQuotaUser.AccountStatus property
Gets the status of the user's account.
This property is read-only.
Syntax
iAccountStatus = DIDiskQuotaUser.AccountStatus
Property value
This property can take one of the following values.
Status | Value | Description |
---|---|---|
dqAcctResolved | 0 | Account information is resolved. |
dqAcctUnavailable | 1 | Account information is unavailable. |
dqAcctDeleted | 2 | Account has been deleted. |
dqAcctInvalid | 3 | Account is invalid. |
dqAcctUnknown | 4 | Account cannot be found. |
dqAcctUnresolved | 5 | Account information is unresolved. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
DLL |
|
See also