Difference between revisions of "TNTFSAttrDef"
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:22, 24 May 2018
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSAttrDef = class(TListObject)
Function declarations
[Expand]
procedure TNTFSAttrDef.SetAttributeName(const AAttributeName:String);
Description: To be documented
[Expand]
function TNTFSAttrDef.Compare(AAttrDef:TNTFSAttrDef):Integer;
Description: Compare attrdef by type and name for sort order
[Expand]
function TNTFSAttrDef.Init(AIndex:Integer; AVersion:Word):Boolean;
Description: To be documented
[Expand]
function TNTFSAttrDef.ReadAttrDef(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the attrdef data from the supplied buffer at the supplied offset
[Expand]
function TNTFSAttrDef.WriteAttrDef(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the attrdef data to the supplied buffer at the supplied offset
Return to Unit Reference