Framework EDI Reference. Methods and Properties
ediDocument. DllApiCall

Calls an exported function of an external DLL component.

Syntax:

Parameters:

Returns:

Returns the result returned from the exported function call.

Remarks:

To call the external DLL function, FREDI first loads the DLL into memory and then calls the function.  After the function is executed, the DLL gets unloaded.