virtual L_INT LAnnRTF::EnumHandleCallBack(hObject, pHandleInfo)
Processes each annotation object from the LAnnRTF::EnumerateHandles function.
Handle of the annotation object being processed.
Pointer to structure that contains information about the annotation object handle.
Value | Meaning |
---|---|
SUCCESS_CHANGE | [1] Change the object |
SUCCESS_NOCHANGE | [2] Do not change the object |
The LAnnRTF::EnumerateHandles function calls your callback function for each handle of a single annotation object.
The pHandleInfo structure can be used to obtain detailed information about an annotation object handle. It can also be used to change some (but not all) of the properties of a user handle. All properties of an annotation object handle can be changed EXCEPT the location. The properties of a node that can be changed with this function are:
To change the location of a user-defined node, use LAnnRTF::ChangeUserHandle.
To change the properties of an annotation object handle, set the corresponding field in the pHandleInfo structure, and return SUCCESS_CHANGED. To leave the handle properties unchanged, return SUCCESS_UNCHANGED.
To enable the LAnnRTF::EnumHandleCallBack you must call LBase::EnableCallBack before calling LAnnRTF::EnumerateHandles function.
For more information, refer to ANNHANDLEINFO.
Win32, x64.
For an example, refer to LAnnRTF::EnumerateHandles.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document