L_DispContainerDestroy

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerDestroy(hCon,uFlags)

Destroys the container and its cells.

Parameters

HDISPCONTAINER hCon

Handle to the container.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

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

Comments

When the container created by L_DispContainerCreate is no longer needed, call this function to destroy the container and free the associated memory. For every call to L_DispContainerCreate there must be a call to L_DispContainerDestroy.

Required DLLs and Libraries

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

LEADTOOLS Medical Image Viewer C API Help