#include "ltivw.h"
L_LTIVW_API HDISPCONTAINER L_DispContainerGetHandle(hConWnd)
Returns a handle to the container.
Handle to the container window.
Value | Meaning |
---|---|
>0 | Handle to the container. |
NULL | An error occurred. To get extended error information, call GetLastError. And then refer to Return Codes. |
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
For an example, refer to L_UseContainerControl.