Support code header for disk access management
Marcel Sondaar
diskmm.bi | Support code header for disk access management |
Types | |
DISKMM_EXTENT | Describes one extent in the disk’s MM hierarchy |
Variables | |
StartLocation | The location in the current map where this extent starts (inclusive) |
EndLocation | The location in the current map where this extend ends (inclusive) |
ParentStart | The location in the parent map corresponding to Startlocation |
ParentLevel | The map index of the parent |
Privileges | Bitmask containing privilege options of the extent |
Types | |
DISKMM_EXTENTTREE | Describes a node in the binary tree of extents |
DISKMM_MAPPING | Describes a virtual sector mapping |
DISKMM_TRANSLATION | Structure that contains a list of extents |
SECTORSTATUS | A series of privilege and return value bits that describe the sector. |
The location in the current map where this extent starts (inclusive)
long StartLocation
The location in the current map where this extend ends (inclusive)
long EndLocation
The location in the parent map corresponding to Startlocation
long ParentStart
Bitmask containing privilege options of the extent
int Privileges
A series of privilege and return value bits that describe the sector.
enum SECTORSTATUS