OpenDOF Project
void(* DOFObjectProvider::RegisterComplete)(DOFObjectProvider self, DOFOperation operation, DOFRequest request, DOFInterfaceEvent evt)

Callback for a Provider when an event handler is removed for a DOFInterfaceEvent.

This callback informs the application that the registration is complete and the request can no longer be used.

This callback may be NULL if the application does not care to receive notification when a Register completes.

Parameters
selfThe callback object. This will never be NULL.
operationThe Provide Operation. This will never be NULL.
evtThe Event being Registered. This will never be NULL.
requestA representation of the requestor. This will never be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22