|
msiSplitPath |
( |
msParam_t * |
inpPath, |
|
|
msParam_t * |
outParentColl, |
|
|
msParam_t * |
outChildName, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Splits a pathname into parent and child values.
- Module:
- core
- Since:
- 2.3
- Author:
- Mike Wan
- Date:
- 2010
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inpPath | - a STR_MS_T which specifies the pathname to split. |
[out] | outParentColl | - a STR_MS_T to hold the returned parent path. |
[out] | outChildName | - a STR_MS_T to hold the returned child value. |
[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 279 of file msiHelper.c.
|