Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the state of the quota system.
Syntax
HRESULT SetQuotaState(
[in] DWORD dwState
);
Parameters
[in] dwState
State to be applied to the volume. Use the following macros to set the proper bits.
| Macro | Enable | Track | Enforce |
|---|---|---|---|
| DISKQUOTA_SET_DISABLED | No | No | No |
| DISKQUOTA_SET_TRACKED | Yes | Yes | No |
| DISKQUOTA_SET_ENFORCED | Yes | Yes | Yes |
Return value
This method returns a file system error or one of the following values.
| Return code | Description |
|---|---|
|
Success. |
|
The caller has insufficient access rights. |
|
The DiskQuotaControl object is not initialized. |
|
The dwState parameter is incorrect. |
|
Insufficient memory. |
|
An unexpected file system error occurred. |
|
An unexpected exception occurred. |
Remarks
Not all state attributes can be modified. The enable, track, and enforce attributes can be modified.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | dskquota.h |
| DLL | Dskquota.dll |