Home / api / name / gb_hashtable_enum_func 
GB_HASHTABLE_ENUM_FUNC
Syntax
typedef
  void (*GB_HASHTABLE_ENUM_FUNC)( void *data );

This is the the type definition of the enumeration callback used by the GB.HashTable.Enum function.

The callback will receive the following parameter:

See also

Hash Tables Management