GB.HashTable.Get
Syntax
void GB.HashTable.Get ( GB_HASHTABLE hash , const char * key , long len , void **data )

Retrieves a data from a hash table.

This function returns a non-zero value if no data is associated with the specified key.


See also
Hash Tables Management