afc_dynamic_class_master_clear

Name

afc_dynamic_class_master_clear  -- Clears all stored data

Synopsis

int afc_dynamic_class_master_clear ( DynamicClassMaster * dcm);

Description

Use this function to clear all stored data in the current dcm instance. Operations performed are the following: 1. All instances not freed using afc_dynamic_class_master_delete_instance() are freed by the manager. 2. All classes definitions loaded using afc_dynamic_class_master_load() are removed from memory. 3. Internal lists are cleared.

Inputs

dcm

Pointer to a valid afc_dynamic_class_master instance.

Result

should be AFC_ERR_NO_ERROR

See Also