|
msiSetRescQuotaPolicy |
( |
msParam_t * |
xflag, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice sets the resource quota to on or off.
- Module:
- core
- Since:
- 2.3
- Author:
- Mike Wan
- Date:
- 2010-02
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | xflag | - Required - a msParam of type STR_MS_T.
- "on" - enable Resource Quota enforcement
- "off" - disable Resource Quota enforcement (default)
|
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- None,
- Session Variables Modified:
- RescQuotaPolicy.
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
| RESC_QUOTA_OFF | or RESC_QUOTA_ON. |
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 1518 of file reSysDataObjOpr.c.
|