Stop tracking a resource
dip_Error dip_ResourceUnsubscribe( resource, resources )
Stop tracking a resource. It will be removed from the dip_Resources structure. The resource itself will not be freed. If a zero is passed instead of a resource or the dip_Resources structure, dip_ResourceUnsubscribe returns silently.
Data type | Name | Description |
void * | resource | The resource that should no longer be tracked |
dip_Resources | resources | dip_Resources structure to remove the resource from |
ResourcesNew, ResourcesFree, ResourcesMerge, ResourceSubscribe