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...")
 
 
Line 32: Line 32:
 
|colspan="2"|&nbsp;
 
|colspan="2"|&nbsp;
 
|-
 
|-
| <code>function CheckPrimaryDescriptor(ASector:PSector; const AStartSector:Int64; ASectorCount:LongWord):Boolean;</code>
+
| <code>function CheckPrimaryDescriptor(ASector:PDiskSector; const AStartSector:Int64; ASectorCount:LongWord):Boolean;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 88: Line 88:
 
<br />
 
<br />
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;">
<pre style="border: 0; padding-bottom:0px;">function TCDFSRecognizer.CheckPrimaryDescriptor(ASector:PSector; const AStartSector:Int64; ASectorCount:LongWord):Boolean;</pre>
+
<pre style="border: 0; padding-bottom:0px;">function TCDFSRecognizer.CheckPrimaryDescriptor(ASector:PDiskSector; const AStartSector:Int64; ASectorCount:LongWord):Boolean;</pre>
 
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div>
 
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div>
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">

Latest revision as of 02:58, 5 December 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: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