Retrieve the name of a map as it appears in the project's map list. This is the name used in the zproj_GetMap and zview_ShowMap functions, amongst others. The name is set in the zproj_CreateMap function, and cannot be changed thereafter.
Declaration | Zeolite.h |
---|---|
Implementation | Zeolite.cpp |
const char* zmap_GetNameInProject(ZMAP hMap);
Name | Type | Comment |
---|---|---|
hMap | ZMAP | A ZVAR handle to a VarID_map variable, the name of which is to be retrieved. |
A null handle if:
Otherwise, a non-null C-style string is returned.
None.