SE_anno_set_text |
Sets the annotations text
LONG SE_anno_set_text (SE_ANNO anno, const CHAR *text);
anno | The anno handle |
text | A pointer to a text string |
SE_anno_set_text sets the annotations text string. The text string length must be less than SE_MAX_ANNO_TEXT_LEN.
SE_SUCCESS
SE_INVALID_ANNO_OBJECT
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_SDE_NOT_STARTED