Callback Threading

The confirm callback that the service layer returns to an application is sent on a separate thread from that used by the application's executable file. The application can post a message directly on the callback.

Ensure that your application does not block the callback thread.


[Back: 16-Bit to 32-Bit Thunking]
[Next: Synchronous and Asynchronous Components]