afc_dynamic_class_clear

Name

afc_dynamic_class_clear  -- Clears all stored data

Synopsis

int afc_dynamic_class_clear ( DynamicClass * dc);

Description

Use this function to clear all stored data in the current dc instance.

Inputs

dc

Pointer to a valid afc_dynamic_class instance.

Result

should be AFC_ERR_NO_ERROR

See Also