#include “BiAnno.h”
INT_PTR CALLBACK AnnoCreateOnLoad( void FAR *ptr, long lLength )
Description
Create annotation objects from a buffer provided by the user. The annotations are created, and their properties are set based on the data in the buffer. Once the loading process completes, the function returns a handle for the annotation object.
Parameters
|
|
|
|
|
void FAR |
* ptr |
Pointer to the buffer containing annotation data |
|
long |
lLength |
Size of the buffer |
Return value
Handle to the created annotation object. 0 on error.
Programming Notes
None
Code Example
None