|
msiPropertiesToString |
( |
msParam_t * |
listParam, |
|
|
msParam_t * |
stringParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Convert a property list into a string buffer. The property list is left unmodified.
- Module:
- properties
- Since:
- pre-2.1
- Author:
- David R. Nadeau / University of California, San Diego
- Date:
- 2007
- Note:
- Convert a property list into a string buffer.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | listParam | - a KeyValPair_MS_T, the property list |
[out] | stringParam | - a STR_MS_T, a string buffer |
[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 464 of file propertiesMS.c.
|