Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
voidInitHashTable(UINThashSize**);**
Parameters
hashSize
Number of entries in the hash table.
Remarks
Initializes the hash table. For best performance, the hash table size should be a prime number. To minimize collisions the size should be roughly 20 percent larger than the largest anticipated data set.
Example
See the example for CMap::Lookup.
CMap Overview | Class Members | Hierarchy Chart
See Also CMap::GetHashTableSize