TFATRecognizer
From Ultibo.org
Revision as of 04:08, 3 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit FATFS __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collap...")
Return to Unit FATFS
Description
To be documented
Class definitions
[Expand]
TFATRecognizer = class(TRecognizer)
Function declarations
[Expand]
function TFATRecognizer.CheckBootSector(ABootSector:PBootSector; const AStartSector:Int64; ASectorCount:LongWord):Boolean;
Description: To be documented
[Expand]
function TFATRecognizer.RecognizePartitionId(APartitionId:Byte):Boolean;
Description: To be documented
[Expand]
function TFATRecognizer.RecognizeBootSector(ABootSector:PBootSector; const AStartSector,ASectorCount:Int64):Boolean;
Description: To be documented
[Expand]
function TFATRecognizer.RecognizePartition(APartition:TDiskPartition):Boolean;
Description: To be documented
[Expand]
function TFATRecognizer.RecognizeVolume(AVolume:TDiskVolume):Boolean;
Description: To be documented
[Expand]
function TFATRecognizer.MountVolume(AVolume:TDiskVolume; ADrive:TDiskDrive):Boolean;
Description: To be documented
Return to Unit Reference