|
msiAddKeyVal |
( |
msParam_t * |
inKeyValPair, |
|
|
msParam_t * |
key, |
|
|
msParam_t * |
value, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Adds a new key and value to a keyValPair_t
- Module:
- core
- Author:
- Antoine de Torcy
- Date:
- 2009-09-03
- Note:
- A new keyValPair_t is created if inKeyValPair is NULL.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in,out] | inKeyValPair | - Optional - a KeyValPair_MS_T |
[in] | key | - Required - A STR_MS_T containing the key |
[in] | value | - Optional - A STR_MS_T containing the value |
[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 355 of file keyValPairMS.c.
|