Program Base Library Functions
( pblHashTable_t* h, void* key,
size_t keylen )
search for a key in a hash table
Documentation
search for a key in a hash table
- Parameters:
- h - hash table to search in
key - key to search
keylen - length of that key
- Returns:
- void * retptr != NULL: pointer to data of item found
void * retptr == NULL: no item found with the given key
PBL_ERROR_NOT_FOUND:
Alphabetic index
This page was generated with the help of DOC++.