afc_dictionary_obj

Name

afc_dictionary_obj  -- Returns the current Dictionary item value

Synopsis

int afc_dictionary_obj ( struct afc_dictionary * dictionary );

Description

Use this function to get the current item value.

Inputs

dictionary

Pointer to a valid afc_dictionary instance.

Result

the value of the current avaible item or NULL if the Dictionary is empty.

See Also