Function
Returns the next element in a hash table
Syntax
#include <dx/dx.h>
Element DXGetNextHashElement(HashTable hashTable)
Functional Details
The elements are returned in no predefined order. DXInitGetNextHashElement must be called before any calls to DXGetNextHashElement are made.
Element is defined as:
typedef Pointer Element;
Return Value
Returns the next element or returns NULL if there are no more elements to return.
See Also
DXCreateHash, DXInitGetNextHashElement
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]