AnnoObjAddChar

#include “BiAnno.h”

void CALLBACK AnnoObjAddChar(INT_PTR pAnno, char ch)

Description

Adds a new character of the string associated with the object. Only visible characters are allowed and three control characters: ANNO_LEFT, ANNO_RIGHT and ANN_DEL

Parameters

INT_PTR

pAnno

Annotation handle

char

ch

A character

Return value

None

Programming Notes

None

Code Example

None