Retrieve the busy flag for a map. Please see zmap_SetBusyFlag for the meaning of this flag.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zmap_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.