Difference between revisions of "TExtDiskController"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")
 
(No difference)

Latest revision as of 05:04, 17 May 2018

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