AnnoGetSaveData

#include “BiAnno.h”

long CALLBACK AnnoGetSaveData( INT_PTR pAnno, void FAR *ptr, long lMax )

Description

Compiles the data of all annotation objects into the buffer provided by the user. The buffer can then be used to save the data to the desired location, such as a separate file or a TIFF header.

Parameters

INT_PTR

pAnno

Annotation handle

void FAR

*ptr

Far pointer to the data buffer

long

lMax

The user allocated buffer size

Return value

Number of bytes copied into the buffer. 0 or ANNO_UNDEF on error.

Programming Notes

None

Code Example

None