ATTR_HT_HASH_FUNCTION
Data Type: | pointer |
Access: | read/write |
Functions: | HashTableGetAttribute HashTableSetAttribute |
Description: | Used to hash keys. The function consumes a variable-length key and produces a 32-bit hash value. The function must have the following prototype: unsigned long HashTableCallback (const void *keyBytes, size_t numBytes); Default: Lookup3_hashlittle |
LabWindows/CVI Compatibility: |
LabWindows/CVI 8.5 and later |