TNTFSDiskEntry
From Ultibo.org
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSDiskEntry = class(TDiskEntry)
Function declarations
[Expand]
constructor TNTFSDiskEntry.Create(ALocalLock:TMutexHandle; AOrigin:TNTFSDiskRecord; AAttribute:TNTFSDiskAttribute);
Description: To be documented
[Expand]
function TNTFSDiskEntry.GetDot:TNTFSDiskEntry;
Description: Called on the Parent to find the Dot entry
[Expand]
function TNTFSDiskEntry.GetDotDot:TNTFSDiskEntry;
Description: Called on the Parent to find the DotDot entry
[Expand]
function TNTFSDiskEntry.CreateDot:TNTFSDiskEntry;
Description: Called on the Parent to create the Dot entry
[Expand]
function TNTFSDiskEntry.CreateDotDot:TNTFSDiskEntry;
Description: Called on the Parent to create the DotDot entry
[Expand]
function TNTFSDiskEntry.UpdateDot:Boolean;
Description: Called on the Dot entry to update from the Parent
[Expand]
function TNTFSDiskEntry.UpdateDotDot(AEntry:TNTFSDiskEntry):Boolean;
Description: Called on the DotDot entry to update from the supplied Entry
[Expand]
function TNTFSDiskEntry.FindFirstName(AHandle:TFindHandle; AReference:Boolean):TDiskEntry;
Description: To be documented
[Expand]
function TNTFSDiskEntry.FindPrevName(AHandle:TFindHandle; AReference:Boolean):TDiskEntry;
Description: To be documented
[Expand]
function TNTFSDiskEntry.FindNextName(AHandle:TFindHandle; AReference:Boolean):TDiskEntry;
Description: To be documented
[Expand]
function TNTFSDiskEntry.FindLastName(AHandle:TFindHandle; AReference:Boolean):TDiskEntry;
Description: To be documented
Return to Unit Reference