This function queries user data associated with mark.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT IG_ARTX_mark_user_data_get( HIG_ARTX_MARK hMark, LPAT_VOID* lpData ); |
Arguments:
Name | Type | Description |
hMark | HIG_ARTX_MARK | Annotation handle. |
lpData | LPAT_VOID* | Pointer to storage for function result. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None
Example:
Copy Code | |
---|---|
HIG_ARTX_PAGE hArtPage = NULL; //ArtX page handle //Create new ArtX page //load annotation data from file //Find first annotation on ArtX page |
Remarks:
The User Data that can be associated with annotation is a zero-terminated character string.
The lpData parameter receives a pointer to internal copy of the string previously associated with hMark annotation by an IG_ARTX_mark_user_data_set() call.
These functions only work with zero-terminated character strings and not with arbitrary pointers. When ArtX marks are saved to a file, user data is saved as well.