msiPropertiesAdd ( msParam_t *  listParam,
msParam_t *  keywordParam,
msParam_t *  valueParam,
ruleExecInfo_t *  rei 
)
Description:
Add a property and value to a property list.
Module:
properties
Since:
pre-2.1
Author:
David R. Nadeau / University of California, San Diego
Date:
2007
Remarks:
Terrell Russell - msi documentation, 2009-06-22
Note:
If the property is already in the list, its value is changed. Otherwise the property is added.
Example Usage:
See clients/icommands/test/rules3.0/
Parameters:
[in,out] listParam - a KeyValPair_MS_T, the property list to be added to
[in] keywordParam - a STR_MS_T, a keyword to add
[in] valueParam - a STR_MS_T, a value to add
[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:
property list changed
Returns:
integer
Return values:
0 on success
Precondition:
none
Postcondition:
none
See also:
msiPropertiesSet

Definition at line 201 of file propertiesMS.c.

Generated on Mon Jun 25 14:00:57 2012 for iRODS Documentation by  doxygen 1.6.3