#include “BiAnno.h”
BOOL CALLBACK AnnoUIGetSaved( INT_PTR pAnno );
Description
Returns the state of the annotation.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
Return value
TRUE if the annotation is marked for saving.
Programming Notes
None
Code Example
None