VIRTUTECH CONFIDENTIAL Previous - Up - Next
Core_Conf_Object_Pre_Delete
- Provided By
-
Simics Core
- Callback Type
-
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj);
- Description
-
Triggered just before a configuration object is deleted. The object is not guaranteed to be deleted even though this hap is called, since the object may refuse deletion. The Core_Conf_Object_Delete hap can be used to track whether the object was deleted or not.
VIRTUTECH CONFIDENTIAL Previous - Up - Next