LAnnotationWindow::MsgProcCallBack (original) (raw)
Summary
This function is called for each message the bitmap window control receives.
Syntax
#include "ltwrappr.h"
virtual LRESULT LAnnotationWindow::MsgProcCallBack(hWnd, uMsg, wParam, lParam)
Parameters
HWND hWnd
Handle to the bitmap window.
UINT uMsg
The window message.
WPARAM wParam
The first parameter of the window message.
LPARAM lParam
The second parameter of the window message.
Returns
The result of processing a specific message.
Comments
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.
Required DLLs and Libraries
- LTANN
- LTDIS
- LTDLG
- LTEFX
- LTFIL
- LTIMG
- LTSCR
- LTTWN
- For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Platforms
Win32, x64.
See Also
Example
For an example, refer to LAnnotationWindow::OnZoom.
LEADTOOLS Raster Imaging C++ Class Library Help