MapDestroyΒΆ
MapDestroy destroys the given map and frees any memory the map occupied.
- bool = MapDestroy(hMap)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hMap
hMap Identifies the map.
See also
id-1030953