====== zmap_Free ====== ===== Description ===== De-allocate a map, release memory, etc. ===== Files ===== ^ Declaration | ''Zeolite.h'' | ^ Implementation | ''Zeolite.cpp'' | ===== Function prototype ===== bool zmap_Free(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //hMap// | ''ZMAP'' | A ZMAP handle to the map that is to be freed. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.