L_JP2_INSTSET_BOXES

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; 

The L_JP2_INSTSET_BOXES structure provides information for an array of Instruction Set 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.

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

LEADTOOLS Raster Imaging C API Help

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