#include “BiAnno.h”
BOOL CALLBACK AnnoCopyToClipboard( INT_PTR pAnno )
Description
This function copies the selected annotation object to the clipboard.
Parameters
|
INT_PTR |
PAnno |
Annotation handle |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None