IFsrmQuotaManager::get_ActionVariables 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 a list of macros that you can specify in action property values.

This property is read-only.

Syntax

HRESULT get_ActionVariables(
  SAFEARRAY **variables
);

Parameters

variables

Return value

None

Remarks

FSRM parses the action property for the macros and substitutes the macro string with the values that are specific to the event and computer on which the action occurred. For example, the following shows how you can format the message text for email: "User [Source Io Owner] has reached the quota limit for quota on [Quota Path] on server [Server]. The quota limit is [Quota Limit MB] MB and the current usage is [Quota Used MB] MB ([Quota Used Percent]% of limit)."

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