mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
For reference, see the cdfs/cd.h RAW_ISO_VD structure. Each of the old "VolumeSetSize", "VolumeSequenceNumber" and "LogicalBlockSize" ULONG fields actually correspond to pairs of USHORT fields: "VolumeSetSizeL" and "VolumeSetSizeM", etc., where the "L" one contains the value in little-endian format, while the "M" one contains the same value in big-endian format. Additionally, use UCHARs for the character arrays.