IFsrmQuota::get_QuotaPeakUsageTime 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 date and time that the IFsrmQuota::QuotaPeakUsage property was set.

This property is read-only.

Syntax

HRESULT get_QuotaPeakUsageTime(
  DATE *peakUsageDateTime
);

Parameters

peakUsageDateTime

Return value

None

Remarks

The time stamp is set when the quota usage reaches a new, higher peak level, or the peak usage value is reset.

To get the highest peak usage value, access the QuotaPeakUsage property.

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