Use one of the following call types to solicit replies for an asynchronous
program link call. Unique message qualifiers for specific replies must be
created by the Client application.
- 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 any outstanding reply for a
given asynchronous call, if any reply is available.
- ECI_GET_SPECIFIC_REPLY_WAIT
- For a reply solicitation call that gets any outstanding reply for a
given asynchronous call, waiting if no replies are available.