|
msiPhyPathReg |
( |
msParam_t * |
inpParam1, |
|
|
msParam_t * |
inpParam2, |
|
|
msParam_t * |
inpParam3, |
|
|
msParam_t * |
inpParam4, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice calls rsPhyPathReg to register a physical path with the iCAT.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Michael Wan
- Date:
- 2007-04-02
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inpParam1 | - A DataObjInp_MS_T or STR_MS_T which would be taken as object path. The path can be a data object or a collection path. |
[in] | inpParam2 | - Optional - a STR_MS_T which specifies the dest resourceName. |
[in] | inpParam3 | - Optional - a STR_MS_T which specifies the physical path to be registered. |
[in] | inpParam4 | - Optional - a STR_MS_T which specifies whether the path to be registered is a directory. A keyword string "collection" indicates the path is a directory. A "null" string indicates the path is a file. A "mountPoint" (MOUNT_POINT_STR) means mounting the file directory given in inpParam3. A "linkPoint" (LINK_POINT_STR) means soft link the collection given in inpParam3. |
[out] | outParam | - a INT_MS_T containing the status. |
[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 2436 of file reDataObjOpr.c.
|