====== zmap_IsContiguous ====== ===== Description ===== Determine whether a map has been allocated in memory as a single, contiguous block of RAM. ===== Files ===== ^ Declaration | ''Zeolite.h'' | ^ Implementation | ''Zeolite.cpp'' | ===== Function prototype ===== bool zmap_IsContiguous(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //hMap// | ''ZMAP'' | A [[zeolite:types:ZMAP]] handle to a map. | ===== Return value ===== True if the map is initialised, not a mosaic, and allocated as a contiguous block of memory. False otherwise. ===== Comments ===== None.