Use one of the
following call types to solicit replies for an asynchronous program
link call.
Unique message qualifiers for specific replies are generated by
the API.
- ECI_GET_REPLY
- For a reply solicitation call that gets any outstanding reply
for any asynchronous call, if any reply is available.
- ECI_GET_REPLY_WAIT
- For a reply solicitation call that gets any outstanding reply
for any asynchronous call, waiting if no replies are available.
- ECI_GET_SPECIFIC_REPLY
- For a reply solicitation call that gets the outstanding reply
for the asynchronous call identified by the message qualifier.
- ECI_GET_SPECIFIC_REPLY_WAIT
- For a reply solicitation call that gets the outstanding reply
for the asynchronous call identified by the message qualifier, the
call waits if no reply is available.