Table of Contents

zmap_GetFormat

Description

Retrieve the file format used to save a given map to disk.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

ZFORMAT zmap_GetFormat(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A ZMAP handle to a map variable, the saved file format of which is to be retrieved.

Return value

A null handle if the map has not been saved or an error occurred, and a valid non-null ZFORMAT handle otherwise.

Comments

None.