#include “BiAnno.h”
LPSTR CALLBACK AnnoObjGetText(INT_PTR pAnno)
Description
Returns the address of the string associated with the selected object.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
Return value
Pointer to the string or 0 if the selected object is not of A_NOTE type.
Programming Notes
None
Code Example
None