OpenDOF Project
void(* DOFSystemQueryCallback::InterfaceRemoved)(DOFSystemQueryCallback self, DOFOperation operation, DOFObjectID objectID, DOFInterfaceID interfaceID)

Callback for Requestor when a Provider's Interface matching the query for the DOFOperation is removed from the system.

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

Parameters
selfThe callback object. This will never be NULL.
operationThe Query Operation. This will never be NULL.
objectIDThe Object ID for which the Interface is being removed. This will never be NULL.
interfaceIDThe Interface ID being removed on the Object. This will never be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22