Table of Contents

map_GetBusyFlag

Description

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

Function prototype

bool CExtAPI::map_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.