LNITFFile::Destroy

Summary

Destroys the class object, and releases all resources associated with it.

Syntax

#include "ltwrappr.h"

L_INT LNITFFile::Destroy()

Returns

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

Comments

A NITF file is created by calling the LNITFFile::Create function.

For each call to Create there must be a call to LNITFFile::Destroy.

This function should be called after calling any other LNITFFile::XXX function. It will clean up and free memory allocated to the LNITFFile object.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LNITFFile::Create.

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

LEADTOOLS NITF C++ Class Library Help

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