IFsrmQuota::get_QuotaPeakUsage 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 highest amount of disk space usage charged to this quota.

This property is read-only.

Syntax

HRESULT get_QuotaPeakUsage(
  VARIANT *peakUsage
);

Parameters

peakUsage

Return value

None

Remarks

The value represents the highest amount of disk space charged to this quota since the last call to IFsrmQuota::ResetPeakUsage. To reset this value, call the ResetPeakUsage method.

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