|
msiAddKeyValToMspStr |
( |
msParam_t * |
keyStr, |
|
|
msParam_t * |
valStr, |
|
|
msParam_t * |
msKeyValStr, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Adds a key and value to existing msKeyValStr which is a special kind of STR_MS_T which has the format - keyWd1=value1++++keyWd2=value2++++keyWd3=value3...
- Module:
- core
- Since:
- since 2.3
- Author:
- Mike Wan
- Date:
- 2010
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | keyStr | - a STR_MS_T key to be added to msKeyValStr. |
[in] | valStr | - a STR_MS_T value to be added to msKeyValStr. |
[in] | msKeyValStr | - a msKeyValStr to hold the new keyVal pair. |
[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:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 227 of file msiHelper.c.
|