Difference between revisions of "TNTFSVolumeInformationAttribute"

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

Latest revision as of 06:11, 24 May 2018

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSVolumeInformationAttribute = class(TNTFSDiskAttribute)


Function declarations



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


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


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


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