Retrieve the busy flag for a map. Please see map_SetBusyFlag for the meaning of this flag.
bool CExtAPI::map_GetBusyFlag(ZMAP hMap);
| Name | Type | Comment | 
|---|---|---|
| hMap | ZMAP | A ZMAP handle to a map variable, the busy flag of which is to be retrieved. | 
True if:
False otherwise.
None.