ReactOS 0.4.15-dev-7842-g558ab78
iso_volume_descriptor Struct Reference

#include <iso9660.h>

Public Attributes

char type [ISODCL(1, 1)]
 
char id [ISODCL(2, 6)]
 
char version [ISODCL(7, 7)]
 
char data [ISODCL(8, 2048)]
 

Detailed Description

Definition at line 35 of file iso9660.h.

Member Data Documentation

◆ data

char iso_volume_descriptor::data[ISODCL(8, 2048)]

Definition at line 39 of file iso9660.h.

◆ id

char iso_volume_descriptor::id[ISODCL(2, 6)]

Definition at line 37 of file iso9660.h.

Referenced by merge_isofs().

◆ type

char iso_volume_descriptor::type[ISODCL(1, 1)]

Definition at line 36 of file iso9660.h.

Referenced by merge_isofs().

◆ version

char iso_volume_descriptor::version[ISODCL(7, 7)]

Definition at line 38 of file iso9660.h.


The documentation for this struct was generated from the following file: