L_DispContainerDestroy

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerDestroy(hCon,uFlags)

HDISPCONTAINER hCon;

handle to the container

L_UINT uFlags;

reserved for future use

Destroys the container and its cells.

Parameter

Description

hCon

Handle to the container.

uFlags

Reserved for future use. Pass 0.

Returns

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

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.

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 API Help