Integratec API Platform
typedef void OPAPIStatusCallback(OPAPIHandle sender, wchar_t *id, wchar_t *status)

Callback function that receives status updates for in progress requests.

Parameters
[in]senderHandle representing the client connection that originated the status update.
[in]idUnique identifier for the request or client that the status update relates to.
[in]statusStatus information.
See also
opClientConnectionOpen.