#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. |
None.
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. |
Functions: |
LImageViewerCell::Create, LImageViewerCell::GetWindowHandle, LImageViewerCell::GetHandle, Class Members |
Topics: |
|
|
Window Control/Image Viewer Functions: Using the Image Viewer |
For an example, refer to LImageViewer::Create.