LJp2FileFormat::GetBoxes

Summary

Gets all engine boxes of the specified type.

Syntax

#include "ltwrappr.h"

L_INT LJp2FileFormat::GetBoxes(eBox, plBox, puNumOfBoxes)

Parameters

eJP2BOXTYPE eBox

Box type.

L_VOID ** plBox

Pointer to a pointer to be updated with an array of boxes of the specified type.

L_UINT * puNumOfBoxes

Address of a variable to be updated with the number of boxes found inside the engine, which is also the array size.

Returns

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

Comments

LJp2FileFormat::GetBoxes gets JPEG 2000 engines boxes that are have been loaded while loading a JPEG 2000 file or that are going to be saved within a JPEG 2000 file. You must free the allocated boxes array by calling the LJp2FileFormat::FreeBoxes.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LJp2FileFormat::Save.

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

LEADTOOLS Raster Imaging C++ Class Library Help

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