OpenDOF Project
void(* DOFServerStartCallback::Complete)(DOFServerStartCallback self, DOFServer server, void *context, DOFException except)

Callback for when an asynchronous server startup completes.

The exception can be checked to determine whether the request completed successfully or not.

This callback must not be NULL.

Parameters
selfThe callback object. This will never be NULL.
serverThe server for which the state is being reported. This will never be NULL.
contextThe context that was associated with the callback during the DOFServer_BeginStart call, or NULL if no context was associated.
exceptAn exception, if one occurred. This will be NULL if there was no exception (success).
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22