|
msiStrlen |
( |
msParam_t * |
stringIn, |
|
|
msParam_t * |
lengthOut, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Returns the length of a given string.
- Module:
- core
- Since:
- after 2.4
- Author:
- Mike Wan
- Date:
- 2010
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | stringIn | - a STR_MS_T which specifies the input string. |
[out] | lengthOut | - a STR_MS_T to hold the returned string length. |
[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:
-
| the | length of the given string |
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 476 of file msiHelper.c.
|