L_DispContainerGetHandle
#include "ltivw.h"
L_LTIVW_API HDISPCONTAINER L_DispContainerGetHandle(hConWnd)
L_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
Example
For an example, refer to L_UseContainerControl.