afc_dynamic_class_master_delete_instance

Name

afc_dynamic_class_master_delete_instance  -- Deletes a DynamicClass instance from memory

Synopsis

int afc_dynamic_class_delete_instance ( DynamicClassMaster * dcm, DynamicClass * instance );

Description

This function removes a DynamicClass instance from memory. Please, remember that this function just deletes an instance of a specified class and not the class itself, so any other instance of the same class will continue to work with no problems.

Inputs

dcm

Pointer to a valid afc_dynamic_class_master instance.

instance

Instance to free from memory

Result

See Also