MapInitHashTable
MapLoad
Enter search terms or a module, class or function name.
Checks if a key already exists in the map.
Return Value
bool is TRUE (1) if the key already exists, otherwise FALSE (0).
Parameters
hMap Identifies the map.
ssKey specifies the key that identifies the element to be looked up.
See also
Overview Map, MapCreate, MapLookup, MapSetAt
id-763287