TNTFSFileNameAttribute

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSFileNameAttribute = class(TNTFSDiskAttribute)


Function declarations



[Expand]
constructor TNTFSFileNameAttribute.Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
Description: To be documented


[Expand]
destructor TNTFSFileNameAttribute.Destroy;
Description: To be documented


[Expand]
function TNTFSFileNameAttribute.GetFileName:String;
Description: To be documented


[Expand]
procedure TNTFSFileNameAttribute.SetFileName(const AFileName:String);
Description: To be documented


[Expand]
function TNTFSFileNameAttribute.FileNameSize:Word;
Description: To be documented


[Expand]
function TNTFSFileNameAttribute.FileNameLength:Byte;
Description: To be documented


[Expand]
function TNTFSFileNameAttribute.ParentRecord:Int64;
Description: To be documented


[Expand]
function TNTFSFileNameAttribute.CalculatedStreamSize(AVersion:Word):Int64;
Description: To be documented


[Expand]
function TNTFSFileNameAttribute.UpdateEntry(AEntry:TNTFSDiskEntry):Boolean;
Description: To be documented


[Expand]
function TNTFSFileNameAttribute.UpdateAttribute(AEntry:TNTFSDiskEntry):Boolean;
Description: To be documented


[Expand]
function TNTFSFileNameAttribute.ReadData(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Read the resident attribute data from the supplied buffer at the supplied offset


[Expand]
function TNTFSFileNameAttribute.WriteData(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Write the resident attribute data to the supplied buffer at the supplied offset


Return to Unit Reference