AnnoUISetChange

#include “BiAnno.h”

void CALLBACK AnnoUISetChange( INT_PTR pAnno, BOOL b );

Description

Marks the annotation object set for save.

Parameters

INT_PTR

pAnno

Annotation handle

BOOL

b

Must be TRUE to mark, FALSE to unmark

Return value

None

Programming Notes

None

Code Example

None