Retrieve the file format used to save a given map to disk.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
ZFORMAT zmap_GetFormat(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to a map variable, the saved file format of which is to be retrieved. |
A null handle if the map has not been saved or an error occurred, and a valid non-null ZFORMAT handle otherwise.
None.