This function returns the current access state of a mark.
Copy Code
|
|
---|---|
AT_ERRCOUNT ART_mark_is_access_granted( HIGEAR hIGear, ART_MARK_INDEX hMarkIndex, LPBOOL lpEnabled ); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle to the image. |
hMarkIndex | ART_MARK_INDEX | Mark identifier. |
lpEnabled | LPBOOL | A far pointer that returns the current setting of the mark's edit ability. The value is Boolean. |
Returns the number of ImageGear errors that occurred during the function call.
All pixel formats supported by ImageGear for C and C++.
None
See example under ART_mark_block_create() function.
If the mark is editable, this function sets lpEnabled to TRUE. If the mark is not editable, lpEnabled is set to FALSE.
An error is set if any of the following conditions are met: