Difference between revisions of "TNTFSIndexAllocationAttribute"
From Ultibo.org
(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:13, 24 May 2018
Return to Unit NTFSClass
Description
To be documented
Class definitions
TNTFSIndexAllocationAttribute = class(TNTFSDiskAttribute)
constructor Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
|
|
destructor Destroy; override;
|
|
protected
| |
procedure SetDataSize(AValue:LongWord); override;
|
Function declarations
constructor TNTFSIndexAllocationAttribute.Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
Description: To be documented
Note | None documented |
---|
destructor TNTFSIndexAllocationAttribute.Destroy;
Description: To be documented
Note | None documented |
---|
procedure TNTFSIndexAllocationAttribute.SetDataSize(AValue:LongWord);
Description: To be documented
Note | None documented |
---|
Return to Unit Reference