The three following syntax options are available for outbound processing via a DLL:
ret = OUTBOUNDMAPPER(int argc, char **argv);
The required parameters are passed as an array for OUTBOUNDMAPPER.
ret = OUTBOUNDRunCmd(char *cmd);
The parameters are passed as one command string for OUTBOUNDRunCmd. This string argument can be generated automatically in ECMap by filling in the appropriate the textboxes on the Run Outbound Map screen and clicking the Create Batch button.
ret = OUTRun(char *argv[1], MEMIOSTRUCT **ppmystruct);
The parameters are passed as one command string for OUTRun. This string argument can be generated automatically in ECMap by filling in the appropriate the textboxes on the Run Outbound Map screen and clicking the Create Batch button.