IFsrmQuotaBase::ModifyThreshold method (fsrmquota.h)

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

Changes the threshold value.

Syntax

HRESULT ModifyThreshold(
  [in] FSRM_QUOTA_THRESHOLD threshold,
  [in] FSRM_QUOTA_THRESHOLD newThreshold
);

Parameters

[in] threshold

The previous threshold value.

[in] newThreshold

The new threshold value. The value must be from 1 through 250, inclusively.

Return value

The method returns the following return 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

IFsrmQuotaBase

MSFT_FSRMQuota