This structure holds information on a medium. Objects with this structure are allocated by the kernel as a part of the DISK structure and are filled by a driver in the 'querymedia' callback. More...
Public Attributes | |
dd | Flags |
dd | SectorSize |
dq | Capacity |
dd | LastSessionSector |
This structure holds information on a medium. Objects with this structure are allocated by the kernel as a part of the DISK structure and are filled by a driver in the 'querymedia' callback.
dq DISKMEDIAINFO::Capacity |
Size of the sector.
dd DISKMEDIAINFO::Flags |
dd DISKMEDIAINFO::LastSessionSector |
Size of the media in sectors.
dd DISKMEDIAINFO::SectorSize |
Combination of DISK_MEDIA_* bits.