====== map_GetMapType ====== ===== Description ===== Retrieve the [[zeolite:mapID|map type identifier]] of a given map. ===== Function prototype ===== long CExtAPI::map_GetMapType(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hMap | ZMAP | A ZMAP handle to a map, the type of which is to be retrieved. | ===== Return value ===== Zero if an error occurred, or the map was uninitialised. Otherwise, a non-zero (positive or negative) value is returned. Please consult the [[zeolite:mapID|map type]] page or 'ExtAPI_defines.h' for a list of valid map types. ===== Comments ===== None.