LImageViewer::GetHandle

#include "ltwrappr.h"

HDISPCONTAINER LImageViewer::GetHandle()

Gets the medical viewer handle.

Returns

HDISPCONTAINER

The function was successful.

NULL

An error occurred. Error can be retrieved from GetLastError(). Refer to Return Codes.

Comments

This method is used to get the handle in order to be able to run the medical viewer C API functions.

Required DLLs and Libraries

LTIVW

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LImageViewer::Create, LImageViewer::Destroy, LImageViewer::SetProperties, LImageViewer::GetProperties, LImageViewer::GetHandle, LImageViewer::GetCellWindowHandle, LImageViewer::GetWindowHandle

Topics:

Using the Image Viewer

 

Window Control/Image Viewer Functions: Using the Image Viewer

Example

This example check whether the medical viewer is initialized or not.

L_INT LImageViewer_GetHandleExample(LImageViewer& ImageViewer) 
{ 
   if (ImageViewer.GetHandle() == NULL) 
      return ERROR_INV_PARAMETER; 
   else 
      return SUCCESS; 
} 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Medical Image Viewer C++ Class Library Help