B2B Data Transformation
- B2B Data Transformation 10.4.0
- All Products
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
| In: A pointer to the current session.
|
params
| In: A structure containing the properties that the script passes to the component.
|
in_file
| In: The full path of the file upon which the component should operate.
|
in_len
| In: The length, in bytes, of the input file path.
|
out_file
| Out: The full path of a file that contains the output of the component.
|
out_len
| Out: The length, in bytes, of the output file path.
|
reporter
| In: Provides the
report method, which the component can use to write events to the event log.
|
Return value
| Out: 1 if successful, 0 if unsuccessful.
|