Program Base Library Functions

void* pblHtCurrent

( pblHashTable_t* h )

get data of current key in hash table

Documentation

get data of current key in hash table

Parameters:
h - hash table to look in
Returns:
void * retptr != NULL: pointer to data of current item
void * retptr == NULL: there is no current item in the hash table
PBL_ERROR_NOT_FOUND:

Alphabetic index



This page was generated with the help of DOC++.