WIN API function calls for inbound processing

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

extern "C" -declspec(dllimport) int WINAPI
INBOUNDMAPPER(int argc, char
extern "C" -declspec(dllimport) int WINAPI
INBOUNDRunCmd(char *cmd);
extern "C" -declspec(dllimport) int WINAPI INRun(LPSTR,
MEMIOSTRUCT**)

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