Windows Web Services Callback Functions

Callbacks enable an application to call a function defined at another layer or level. The application registers the function argument as a handler that is to be called asynchronously at a later time as required. The callback is invoked if the function completes asynchronously indicating function success or error. The callback is not called if the operation completes synchronously.

The Windows Web Services API includes the following callback functions: