Table of Contents

zmap_CombineMosaic

Description

Combine a mosaic map into an un-tiled 'all-in-RAM' map, with a map allocation mode of MAPALLOC_RAM (see zmap_GetAllocMode).

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zmap_CombineMosaic(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A ZMAP handle to the map variable that shall be converted from a mosaic map to an all-in-RAM map.

Return value

False if an error occurred, and true otherwise.

Comments

This function is not available in L3DT Standard Edition.