TExtDiskController

From Ultibo.org
Revision as of 05:04, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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