|
msiStrArray2String |
( |
msParam_t * |
inSAParam, |
|
|
msParam_t * |
outStr, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Array of Strings converted to a string separated by -signs
- Module:
- core
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2008-05
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inSAParam | - a msParam of type strArr_MS_T which is an array of strings. |
[out] | outStr | - a msParam of type STR_MS_T which a string with -separators. |
[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:
- msiString2KeyValPair
Definition at line 295 of file keyValPairMS.c.
|