ReactOS 0.4.16-dev-334-g4d9f67c
|
Public Attributes | |
CHAR | creator [8] |
ULONG | features |
ULONG | version |
ULONG64 | data_offset |
ULONG | timestamp |
CHAR | creator_app [4] |
USHORT | major |
USHORT | minor |
CHAR | creator_os [4] |
ULONG64 | orig_size |
ULONG64 | size |
USHORT | cyls |
BYTE | heads |
BYTE | secs_per_cyl |
ULONG | type |
ULONG | checksum |
BYTE | uuid [16] |
BYTE | in_saved_state |
BYTE | Padding [0x200-0x55] |
CHAR _VHD_FOOTER::creator[8] |
Definition at line 60 of file disk.c.
Referenced by MountHDD().
USHORT _VHD_FOOTER::cyls |
Definition at line 78 of file disk.c.
Referenced by MountHDD().
ULONG64 _VHD_FOOTER::data_offset |
Definition at line 65 of file disk.c.
Referenced by MountHDD().
BYTE _VHD_FOOTER::heads |
Definition at line 79 of file disk.c.
Referenced by MountHDD().
ULONG64 _VHD_FOOTER::orig_size |
Definition at line 75 of file disk.c.
Referenced by MountHDD().
BYTE _VHD_FOOTER::secs_per_cyl |
Definition at line 80 of file disk.c.
Referenced by MountHDD().
ULONG64 _VHD_FOOTER::size |
Definition at line 76 of file disk.c.
Referenced by MountHDD().
ULONG _VHD_FOOTER::type |
Definition at line 82 of file disk.c.
Referenced by MountHDD().
ULONG _VHD_FOOTER::version |
Definition at line 62 of file disk.c.
Referenced by MountHDD().