TNTFSBitmapAttribute

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



TNTFSBitmapAttribute = class(TNTFSDiskAttribute)

constructor Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);  
destructor Destroy; override;  
private
FBitmap:Pointer;  
FBitmapSize:LongWord;  
protected
procedure SetDataSize(AValue:LongWord); override;  
procedure SetBitmapSize(AValue:LongWord);  
public
property Bitmap:Pointer read FBitmap;  
property BitmapSize:LongWord read FBitmapSize write SetBitmapSize;  
 
function CalculatedStreamSize(AVersion:Word):Int64; override;  


Function declarations



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


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


procedure TNTFSBitmapAttribute.SetDataSize(AValue:LongWord);
Description: To be documented
Note None documented


procedure TNTFSBitmapAttribute.SetBitmapSize(AValue:LongWord);
Description: To be documented
Note None documented


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


Return to Unit Reference