HashTableSetAttribute
int HashTableSetAttribute (HashTableType table, int attribute, ...);
Purpose
Sets a hash table attribute.
Parameters
Input | ||
Name | Type | Description |
table | HashTableType | Hash table on which to set the attribute. |
attribute | int |
The hash table attribute to set. |
value | ... |
Attribute value. |
Return Value
Name | Type | Description |
status | int |
Returns a value indicating if 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 HashTableSetAttribute function.