int CMXProcessFile( void* sessionToken, const CMXContext* params, const IFfile_char_t* in_file, int in_len, IFfile_char_t** out_file, int* out_len, CMXEventReporter* reporter)
Parameter
| Description
|
---|---|
sessionToken
| Input parameter. A pointer to the current session.
|
params
| Input parameter. A structure containing the properties that the Script passes to the component.
|
in_file
| Input parameter. The full path of the file upon which the component should operate.
|
in_len
| Input parameter. The length, in bytes, of the input file path.
|
out_file
| Output parameter. The full path of a file that contains the output of the component.
|
out_len
| Output parameter. The length, in bytes, of the output file path.
|
reporter
| Input parameter. Provides the
report method, which the component can use to write events to the event log.
|
Return value
| Output parameter. 1 if successful, 0 if unsuccessful.
|