Difference between revisions of "TNTFSPropertySetAttribute"

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:17, 24 May 2018

Return to Unit NTFSClass


Description


To be documented

Class definitions



TNTFSPropertySetAttribute = class(TNTFSDiskAttribute)

constructor Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);  
destructor Destroy; override;  
protected
procedure SetDataSize(AValue:LongWord); override;  


Function declarations



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


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


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


Return to Unit Reference