TNTFSExtendedAttrInformationAttribute
From Ultibo.org
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSExtendedAttrInformationAttribute = class(TNTFSDiskAttribute)
Function declarations
[Expand]
constructor TNTFSExtendedAttrInformationAttribute.Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
Description: To be documented
[Expand]
function TNTFSExtendedAttrInformationAttribute.CalculatedStreamSize(AVersion:Word):Int64;
Description: To be documented
[Expand]
function TNTFSExtendedAttrInformationAttribute.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 TNTFSExtendedAttrInformationAttribute.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