L_DispContainerGetHandle

#include "ltivw.h"

HDISPCONTAINER EXT_FUNCTION L_DispContainerGetHandle(hConWnd)

HWND hConWnd;

/* handle to the container window */

Returns a handle to the container. This function is available only in the Medical Imaging Suite toolkits.

Parameter

Description

hConWnd

Handle to the container window.

Returns

>0

Handle to the container.

NULL

An error occurred. To get extended error information, call GetLastError. And then refer to Return Codes.

Comments

This function gets the handle to the container itself. To get a handle to the container's window, call L_DispContainerGetWindowHandle.

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:

L_DispContainerGetWindowHandle, L_DispContainerDestroy, L_DispContainerSetProperties, L_DispContainerGetProperties, L_UseContainerControl, L_DispContainerCreate, L_DispContainerGetBounds, L_DispContainerSetBounds

Topics:

Using the Image Viewer

 

Image Viewer Functions: Using the Image Viewer

Example

For an example, refer to L_UseContainerControl.