Create a new map layer in the application's project, and retrieve the handle.
| Declaration | zProj.h | 
|---|---|
| Implementation | zProj.cpp | 
ZMAP zproj_CreateMap(const char* lpMapName);
| Name | Type | Comment | 
|---|---|---|
| lpMapName | const char* | A handle to a C-style string containing the name or mnemonic for the new map layer. | 
Null if:
Otherwise, and a valid non-null ZMAP handle is returned.
None.