Retrieve the state of a flag for a map. See zmap_SetFlag for the list of supported flags, and their meanings.
Declaration | Zeolite.h |
---|---|
Implementation | Zeolite.cpp |
bool zmap_GetFlag(ZMAP hMap, long FlagID);
Name | Type | Comment |
---|---|---|
hMap | ZMAP | A ZMAP handle to a map, a flag of which is to be retrieved. |
FlagID | long | The ID of the flag to be retrieved. See zmap_SetFlag for allowed values. |
True if the flag exists, and false otherwise.
Please refer to zmap_SetFlag for comments regarding the meaning of these flags.