WIN API function calls for outbound processing

The outbound ECRTP functions convert data from a flat file, ODBC database table, or XML/ HTML data to a standard EDI message format. Three API function calls are available for running outbound transaction maps:

extern "C" _declspec(dllimport) int WINAPI
OUTBOUNDMAPPER(int argc, char **argv
extern "C" _declspec(dllimport) int WINAPI
OUTBOUNDRunCmd(char *cmd);
extern "C" _declspec(dllimport) int WINAPI
OUTRun(LPSTR, MEMIOSTRUCT **)

The parameters passed to the DLL for outbound processing have the same values as the switches used on the command line of the executable program for outbound maps—wrmo32.exe.