MapRemoveAt looks up the map entry corresponding to the supplied key. If the key is found, it removes the entry.
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
hMap Identifies the map.
ssKey specifies the key that identifies the element to be removed.
See also
id-752593