OpenDOF Project
void(* DOFSystemQueryCallback::ProviderRemoved)(DOFSystemQueryCallback self, DOFOperation operation, DOFObjectID objectID)

Callback for Requestor when a Provider matching the query for the DOFOperation no longer provides any matching Interfaces.

This can be used to identify when a DOFObject can safely be cleaned up and destroyed.

This callback may be NULL to ignore notification of object removal.

Parameters
selfThe callback object. This will never be NULL.
operationThe Query Operation. This will never be NULL.
objectIDThe Object ID being removed from the system. This will never be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22