This function is called for each message the bitmap window control receives.
#include "ltwrappr.h"
virtual LRESULT LAnnotationWindow::MsgProcCallBack(hWnd, uMsg, wParam, lParam)
Handle to the bitmap window.
The window message.
The first parameter of the window message.
The second parameter of the window message.
The result of processing a specific message.
Override this function to do your own processing of window events and messages. If you override this function you must call the base class implementation (LBitmapWindow::MsgProcCallBack) for default processing.
LAnnotationWindow overrides this function to handle annotation messages and to do some other processing. If you override this function then you must call the parent-class implementation of this function to allow the annotation window to do its default processing.
Win32, x64.
For an example, refer to LAnnotationWindow::OnZoom.
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