Table of Contents

zmap_GetBusyFlag

Description

Retrieve the busy flag for a map. Please see zmap_SetBusyFlag for the meaning of this flag.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zmap_GetBusyFlag(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A ZMAP handle to a map variable, the busy flag of which is to be retrieved.

Return value

True if:

False otherwise.

Comments

None.