get data of first key in hash table
get data of first key in hash tableThis call and pblHtNext can be used in order to loop through all items stored in a hash table.
Example:for( data = pblHtFirst( h ); data; data = pblHtNext( h )) { do something with the data pointer }