Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

L_JP2_UUIDINFO_BOX

Show in webframe

typedef struct _tagL_JP2_UUIDINFO_BOX
{
   L_UINT32  uStructSize;
   L_JP2_UUID_LIST_BOX List;
   L_JP2_UUID_URL_BOX  URL;
}L_JP2_UUIDINFO_BOX,   *pL_JP2_UUIDINFO_BOX;

The L_JP2_UUIDINFO_BOX structure provides information for a UUID Info box.

Member

Description

uStructSize

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

List

UUID List box. This box contains a list of UUIDs for which this UUID Info box specifies a link to more information.

URL

Data entry URL box. This box contains a URL. An application can acquire more information about the UUIDs contained in the UUID List box.

Comments

UUID Info box contains vendor information in a standard form that can be used by non-extended applications to get more information about the extension of the file. This box is defined in JP2 and above file formats. A JPEG 2000 file may contain zero or more UUID Info boxes.

The L_JP2_UUIDINFO_BOX structure is used in the following functions:

L_Jp2ReadBox

L_Jp2AppendBoxes

L_Jp2ReadBoxMemory

L_Jp2AppendBoxesMemory

L_Jp2FreeBoxes

L_Jp2SetBoxes

L_Jp2GetBoxes

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.