typedef struct _tagL_JP2_UUID_LIST_BOX
{
L_UINT32 uStructSize;
L_UINT16 uNumOfIDs;
pL_JP2_UUID_ID pIDs;
}L_JP2_UUID_LIST_BOX, *pL_JP2_UUID_LIST_BOX;
The L_JP2_UUID_LIST_BOX structure provides information for a UUID List box.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Number of UUIDs. This value specifies the number of UUIDs found in the UUID List box.
An array of UUIDs as specified in ISO/IEC 11578:1996, which will be associated with the URL contained within the same UUID Info box. The size of this array shall be the same as uNumOfIDs.
The UUID List box contains a list of UUIDs. This box is defined in JP2 and above file formats.
This structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document