TNTFSDiskAttributes

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



TNTFSDiskAttributes = class(TFileSysListEx)

constructor Create(AAttributeLocal:TMutexHandle; ALock:TSynchronizerHandle);  
destructor Destroy; override;  
private
FAttributeLocal:TMutexHandle;  
 
function GetPrevious(AAttribute:TNTFSDiskAttribute):TNTFSDiskAttribute;  
public
function TotalSize:LongWord;  
 
function AttributeCount:LongWord;  


Function declarations



constructor TNTFSDiskAttributes.Create(AAttributeLocal:TMutexHandle; ALock:TSynchronizerHandle);
Description: To be documented
Note None documented


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


function TNTFSDiskAttributes.GetPrevious(AAttribute:TNTFSDiskAttribute):TNTFSDiskAttribute;
Description: To be documented
Note Caller must hold the lock


function TNTFSDiskAttributes.TotalSize:LongWord;
Description: To be documented
Note Caller must hold the lock


function TNTFSDiskAttributes.AttributeCount:LongWord;
Description: To be documented
Note Caller must hold the lock


Return to Unit Reference