L_JP2_INSTSET_BOXES

Summary

The L_JP2_INSTSET_BOXES structure provides information for an array of Instruction Set boxes.

Syntax

typedef struct _tagL_JP2_INSTSET_BOXES 
{ 
   L_UINT32 uStructSize; 
   pL_JP2_INSTSET_BOX pBoxes; 
   L_UINT32 uNumOfBoxes; 
} L_JP2_INSTSET_BOXES,   *pL_JP2_INSTSET_BOXES; 

Members

uStructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

pBoxes

Array of Instructions Set boxes.

uNumOfBoxes

Number of Instruction Set boxes in the array.

Comments

This structure contains an array of Instruction boxes that is used within the L_JP2_COMPOSITION_BOX structure.

Usage

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.