TNTFSEndAttribute

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSEndAttribute = class(TNTFSDiskAttribute)


Function declarations



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


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


[Expand]
function TNTFSEndAttribute.CalculatedSize(AVersion:Word):LongWord;
Description: To be documented


[Expand]
function TNTFSEndAttribute.CalculatedDataSize(AVersion:Word):LongWord;
Description: To be documented


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


[Expand]
function TNTFSEndAttribute.ReadAttribute(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the attribute header and resident attribute data from the supplied buffer at the supplied offset


[Expand]
function TNTFSEndAttribute.WriteAttribute(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the attribute header and resident attribute data to the supplied buffer at the supplied offset


Return to Unit Reference