HashTableIteratorDispose
int HashTableIteratorDispose (HashTableType table, HashTableIterator iterator);
Purpose
Disposes a hash table iterator previously created by HashTableIteratorCreate.
Parameters
| Input | ||
| Name | Type | Description |
| table | HashTableType | The hash table on which the iterator operates. |
| iterator | HashTableIterator | The iterator to dispose. |
Return Value
| Name | Type | Description |
| status | int |
Returns a value indicating whether the function was successful.
A negative number means an error occurred. For a detailed error message, pass the returned value to GetGeneralErrorString. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 8.5 and later
Example
Refer to toolbox\hashtable.cws for an example of using the HashTableIteratorDispose function.