AnnoGetSaveCount

#include “BiAnno.h”

long CALLBACK AnnoGetSaveCount (INT_PTR pAnno)

Description

Computes the required size of the buffer where the data of the annotation objects will be saved.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

Required size of the buffer (in bytes)

Programming Notes

None

Code Example

None