|
msiString2StrArray |
( |
msParam_t * |
inBufferP, |
|
|
msParam_t * |
outStrArrayP, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice converts a -separated strings into strArr_t structure.
- Module:
- core
- Since:
- 3.0
- Author:
- Arcot Rajasekar
- Date:
- 2011-07
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inBufferP | - a msParam of type STR_MS_T which is key=value pairs separated by -sign. |
[out] | outStrArrayP | - a msParam of type StrArray_MS_T which is a structure of array of string. |
[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:
- msiStrArray2String
Definition at line 238 of file keyValPairMS.c.
|