#include “BiAnno.h”
int CALLBACK GetUndoSize( INT_PTR pAnno )
Description
This function retrieves the available saved annotation undo states.
Parameters
|
INT_PTR |
PAnno |
Annotation handle |
Return value
Count of states for undo, -1 on error.
Programming Notes
None
Code Example
None