Mission Base

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: The pointer to data of current item.
void * retptr == NULL: An error, see pbl_errno:
PBL_ERROR_NOT_FOUND - There is no current item in the hash table.

Alphabetic index



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