afc_dictionary_has_key

Name

afc_dictionary_has_key  -- Looks for a specified key in the Dictionary

Synopsis

short afc_dictionary_has_key ( struct afc_dictionary * dictionary, char * key );

Description

Use this function to know whether a named key is actually present inside the Dictionary.

Inputs

dictionary

Pointer to a valid afc_dictionary instance.

key

Key to look for

Result

TRUE

The ey is actually present in the Dictionary

FALSE

The key is not present in the Dictionary

See Also