De-allocate a map, release memory, etc.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zmap_Free(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to the map that is to be freed. |
False if an error occurred, and true otherwise.
None.