Difference between revisions of "TNTFSDiskAttributes"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit NTFSClass __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")
 
(No difference)

Latest revision as of 06:02, 24 May 2018

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