LImageViewerCell::Destroy

#include "ltwrappr.h"

L_VOID LImageViewerCell::Destroy (uFlags);

L_UINT uFlags;

/* reserved for future use */

Destroys the cell and free its resources.

Parameter

Description

uFlags

Reserved for future use. Pass 0.

Returns

None.

Comments

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

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:

LImageViewerCell::Create, LImageViewerCell::GetWindowHandle, LImageViewerCell::GetHandle, Class Members

Topics:

Using the Image Viewer

 

Window Control/Image Viewer Functions: Using the Image Viewer

Example

For an example, refer to LImageViewer::Create.