MapRemoveAtΒΆ

MapRemoveAt looks up the map entry corresponding to the supplied key. If the key is found, it removes the entry.

bool = MapRemoveAt(hMap, ssKey)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hMap

hMap Identifies the map.

ssKey

ssKey specifies the key that identifies the element to be removed.

id-752593