TNTFSVolumeNameAttribute

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSVolumeNameAttribute = class(TNTFSDiskAttribute)


Function declarations



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


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


[Expand]
function TNTFSVolumeNameAttribute.GetVolumeName:String;
Description: To be documented


[Expand]
procedure TNTFSVolumeNameAttribute.SetVolumeName(const AVolumeName:String);
Description: To be documented


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


[Expand]
function TNTFSVolumeNameAttribute.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 TNTFSVolumeNameAttribute.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