|
msiImageGetProperties |
( |
msParam_t * |
sourceParam, |
|
|
msParam_t * |
sourceProp, |
|
|
msParam_t * |
listParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Get the properties of an image file.
- Module:
- image
- Since:
- pre-2.1
- Author:
- David R. Nadeau / University of California, San Diego
- Date:
- 2007
- Note:
- The source and destination image files may be specified as:
- A string file path
- An integer file descriptor for an open file
- A data object
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | sourceParam | - the source file |
[in] | sourceProp | - the source properties |
[out] | listParam | - the returned properties list |
[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 217 of file imageMS.c.
|