TExtDiskController

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



TExtDiskController = class(TDiskController)

protected
function GetCylinders(ADevice:TDiskDevice):LongWord;  
function GetHeads(ADevice:TDiskDevice):LongWord;  
function GetSectors(ADevice:TDiskDevice):LongWord;  
function GetLogicalShiftCount(ADevice:TDiskDevice):Word;  


Function declarations



function TExtDiskController.GetCylinders(ADevice:TDiskDevice):LongWord;
Description: To be documented
Note Caller must hold the device lock


function TExtDiskController.GetHeads(ADevice:TDiskDevice):LongWord;
Description: To be documented
Note Caller must hold the device lock


function TExtDiskController.GetSectors(ADevice:TDiskDevice):LongWord;
Description: To be documented
Note Caller must hold the device lock


function TExtDiskController.GetLogicalShiftCount(ADevice:TDiskDevice):Word;
Description: To be documented
Note None documented


Return to Unit Reference