IFsrmQuotaManager::GetAutoApplyQuota 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.]

Retrieves the automatic quota for the specified directory.

Syntax

HRESULT GetAutoApplyQuota(
  [in]  BSTR                path,
  [out] IFsrmAutoApplyQuota **quota
);

Parameters

[in] path

The local directory path that contains the quota that you want to retrieve. The string is limited to 260 characters.

[out] quota

An IFsrmAutoApplyQuota interface to the quota object.

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 (include FsrmQuota.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmQuotaManager

IFsrmQuotaManager

IFsrmQuotaManagerEx

MSFT_FSRMQuota