LDialogBase::Free

Summary

Frees the internal data for the LEADTOOLS Common Dialogs.

Syntax

#include "ltwrappr.h"

static L_INT LDialogBase::Free ()

Returns

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

Comments

This function will free the internal data for the LEADTOOLS Common Dialogs that was allocated by LDialogBase::Initialize. You should only call this function if you have previously called the LDialogBase::Initialize function. After calling this function you will not be able to use any LEADTOOLS Common Dialog.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LDialogImage::DoModalRotate or LDialogColor::DoModalBrightness.

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

LEADTOOLS Common Dialog C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.