|
msiRegisterData |
( |
ruleExecInfo_t * |
rei |
) |
|
- Description:
- Register a new data object
- Module:
- framework
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2008
- Note:
- Use this only internally as data object information has to be in rei.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[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:
- $doi
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- file metadata
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 53 of file miscMS.c.
|