Difference between revisions of "TCDFSRecognizer"

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

Revision as of 00:25, 1 May 2018

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:PSector; 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