Callback function that, is called after painting the cell or sub-cell.
#include "ltwrappr.h"
virtual L_INT LImageViewerCell::PostPaintCallBack(hCellWnd, pCellInfo)
A handle to the window that represents the Medical Viewer Cell.
Pointer to the DISPCONTAINERCELLINFO information structure to be updated with the cell information.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
In order to use this callback function, it must first be set by calling LImageViewerCell::EnablePostPaintCallBack function.
For an example, refer to LImageViewerCell::FreezeSubCell.