SE_anno_get_text |
Retrieves the annotations text
LONG SE_anno_get_text (const SE_ANNO anno, CHAR *text);
anno | The anno handle |
text | A pointer to the text string |
SE_anno_get_text returns the annotations text string. You must supply a text string buffer of at least SE_MAX_ANNO_TEXT_LEN bytes.
SE_SUCCESS
SE_INVALID_ANNO_OBJECT
SE_INVALID_POINTER
SE_SDE_NOT_STARTED