|
msiPropertiesSet |
( |
msParam_t * |
listParam, |
|
|
msParam_t * |
keywordParam, |
|
|
msParam_t * |
valueParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Set the value of a property in a property list.
- Module:
- properties
- Since:
- pre-2.1
- Author:
- David R. Nadeau / University of California, San Diego
- Date:
- 2007
- Note:
- If the property is already in the list, its value is changed. Otherwise the property is added. Same as msiPropertiesAdd.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in,out] | listParam | - a KeyValPair_MS_T, the property list to set within |
[in] | keywordParam | - a STR_MS_T, a keyword to set |
[out] | valueParam | - a STR_MS_T, a 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:
- propert value changed
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- msiPropertiesAdd
Definition at line 361 of file propertiesMS.c.
|