DISPCONTAINERPROBETOOLUPDATEDCALLBACK

Summary

This callback function is called every time the probe tool changes its location, thus updating its text.

Syntax

#include "ltivw.h"

L_INT pEXT_CALLBACK YourFunction(hCellWnd, nSubCellIndex, nX, nY, pBitmap, szPixelValue, pUserData)

Parameters

L_HWND hCellWnd

A handle to the window that represents the Medical Viewer Cell.

L_INT nSubCellIndex

A zero-based index of the sub-cell where the probe tool is displayed.

L_INT nX

A Value that represents the X position of the cursor.

L_INT nY

A Value that represents the Y position of the cursor.

pBITMAPHANDLE pBitmap

Pointer to a bitmap handle that is set in the specific sub-cell.

L_TCHAR * szPixelValue

A string that contain probe tool text. the user can update this text to display on the probe tool instead.

L_VOID *pUserData

A void pointer that you can use to access a variable or structure containing data that your callback function needs. This gives you a way to receive data indirectly from the function that uses this callback function. (This is the same pointer that you pass in the pUserData parameter of L_DispContainerSetProbeToolUpdatedCallBack.) Keep in mind that this is a void pointer, which must be cast to the appropriate data type within your callback function.

Returns

Value Meaning
SUCCESS The function was successful.
1 An error occurred. Refer to Return Codes.

Comments

To set the current callback use L_DispContainerSetProbeToolUpdatedCallBack. To get the current callback, call L_DispContainerGetProbeToolUpdatedCallBack.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_DispContainerGetProbeToolUpdatedCallBack.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Medical Image Viewer C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.