Home > api > name > gb_hashtable_enum_func 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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