TCDFSRecognizer

From Ultibo.org
Jump to: navigation, search

Return to Unit CDFS


Description


To be documented

Class definitions



[Expand]

TCDFSRecognizer = class(TRecognizer)


Function declarations



[Expand]
constructor TCDFSRecognizer.Create(ADriver:TFileSysDriver);
Description: To be documented


[Expand]
function TCDFSRecognizer.CheckPrimaryDescriptor(ASector:PDiskSector; const AStartSector:Int64; ASectorCount:LongWord):Boolean;
Description: To be documented


[Expand]
function TCDFSRecognizer.GetName:String;
Description: To be documented


[Expand]
function TCDFSRecognizer.RecognizePartitionId(APartitionId:Byte):Boolean; 
Description: To be documented


[Expand]
function TCDFSRecognizer.RecognizeBootSector(ABootSector:PBootSector; const AStartSector,ASectorCount:Int64):Boolean; 
Description: To be documented


[Expand]
function TCDFSRecognizer.RecognizePartition(APartition:TDiskPartition):Boolean;
Description: To be documented


[Expand]
function TCDFSRecognizer.RecognizeVolume(AVolume:TDiskVolume):Boolean;
Description: To be documented


[Expand]
function TCDFSRecognizer.MountVolume(AVolume:TDiskVolume; ADrive:TDiskDrive):Boolean;
Description: To be documented


Return to Unit Reference