IFsrmQuota::get_QuotaUsed method (fsrmquota.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMQuota class.]

Retrieves the current amount of disk space usage charged to this quota.

This property is read-only.

Syntax

HRESULT get_QuotaUsed(
  VARIANT *used
);

Parameters

used

Return value

None

Remarks

The value is the total disk space usage for the directory and all its subdirectories (recursively). Files, directories, streams, metadata, and other file system–specific means of persisting data are used in determining the usage.

Examples

For an example, see Getting Current Usage Values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmquota.h
DLL SrmSvc.dll

See also

IFsrmQuota

MSFT_FSRMQuota