TNTFSEndAttribute

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



TNTFSEndAttribute = class(TNTFSDiskAttribute)

constructor Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);  
destructor Destroy; override;  
public
function CalculatedSize(AVersion:Word):LongWord; override;  
function CalculatedDataSize(AVersion:Word):LongWord; override;  
function CalculatedStreamSize(AVersion:Word):Int64; override;  
 
function ReadAttribute(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean; override;  
function WriteAttribute(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean; override;  


Function declarations



constructor TNTFSEndAttribute.Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
Description: To be documented
Note None documented


destructor TNTFSEndAttribute.Destroy;
Description: To be documented
Note None documented


function TNTFSEndAttribute.CalculatedSize(AVersion:Word):LongWord;
Description: To be documented
Note See notes in virtual base method


function TNTFSEndAttribute.CalculatedDataSize(AVersion:Word):LongWord;
Description: To be documented
Note See notes in virtual base method


function TNTFSEndAttribute.CalculatedStreamSize(AVersion:Word):Int64;
Description: To be documented
Note See notes in virtual base method


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
Note None documented


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
Note None documented


Return to Unit Reference