CreateAnnoHandle

#include “BiAnno.h”

INT_PTR CALLBACK CreateAnnoHandle()

Description

Creates an annotation object and returns its handle. This object can be used to create and modify annotations.

Parameters

None

Return value

Handle to annotation object, 0 on error.

Programming Notes

See Creating an annotation for more details.

Code Example

None