====== map_Free ====== ===== Description ===== De-allocate a map, release memory, etc. ===== Function prototype ===== bool CExtAPI::map_free(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hMap | ZMAP | A ZMAP handle to the map to be freed. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.