| Table of Contents map_SaveFileDescriptionSave a map as a single map file (non-mosaic.) Function prototypebool CExtAPI::map_SaveFile(ZMAP hMap, const char* lpFileName, ZFORMAT hFormat, bool SetFlags, bool ShowProgress); Arguments
 Return valueFalse if an error occurred, and true otherwise. CommentsRegarding hFormatIf the hFormat argument is null, L3DT will search for a format with a matching file extension within the format list for the map type of hMap. This will often work, but it should not be relied upon. Please use format_GetFormatByExt or format_GetFormatByExt2 to explicitly retrieve a valid hFormat instead. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |