typedef struct _tagL_JP2_UUID_BOX
{
L_UINT32 uStructSize;
L_JP2_UUID_ID ID;
L_UINT8 * pData;
L_SIZE_T uDataSize;
}L_JP2_UUID_BOX, *pL_JP2_UUID_BOX;
The L_JP2_UUID_BOX structure provides information about a UUID box.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
A 16 byte UUID as specified by ISO/IEC 11578:1996. The value of this UUID specifies the format of the vendor-specific information stored in the DATA field and the interpretation of that information.
Vendor-specific information data.
The size of the vendor-specific information data.
The UUID box contains vendor-specific information. This box is defined in JP2 and above file formats. There may be multiple UUID boxes within the file.
The 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