Yield Wait
By default, the functions that require the DLL to wait for some event to complete (such as Wait, Pause, Send File, and Receive File) use a PeekMessage loop in order to let all applications process messages. However, you can set a loop call to yield the wait.
To set a loop call, set the following line in the EHLLAPI.Settings section of the HOSTEX.INI file:
-
[EHLLAPI.Settings]
Yield Wait = On