====== zmap_GetSettingsList ====== ===== Description ===== Retrieve the list of settings for this map. This list is usually empty, but may contain flags, georeferencing data, or other data set by plugins. ===== Files ===== ^ Declaration | ''Zeolite.h'' | ^ Implementation | ''Zeolite.cpp'' | ===== Function prototype ===== ZLIST zmap_GetSettingsList(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //hMap// | ''ZMAP'' | A [[zeolite:types:ZMAP]] handle to a map variable, the settings list of which is to be retrieved. | ===== Return value ===== Null if an error occurred, and otherwise a non-null [[zeolite:types:ZLIST]] handle to a list variable. ===== Comments ===== None.