TNTFSAttributeKey

From Ultibo.org
Revision as of 05:57, 24 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit NTFSClass __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSAttributeKey = class(TNTFSDiskKey)


Function declarations



[Expand]
constructor TNTFSAttributeKey.Create(ALocalLock:TMutexHandle);
Description: To be documented


[Expand]
destructor TNTFSAttributeKey.Destroy;
Description: To be documented


[Expand]
function TNTFSAttributeKey.GetInvalid:Boolean;
Description: To be documented


[Expand]
procedure TNTFSAttributeKey.SetInvalid(AValue:Boolean);
Description: To be documented


[Expand]
procedure TNTFSAttributeKey.SetKeySize(ASize:Word);
Description: To be documented


[Expand]
procedure TNTFSAttributeKey.SetAttribute(AAttribute:TNTFSDiskAttribute);
Description: To be documented


[Expand]
function TNTFSAttributeKey.UpdateKey:Boolean;
Description: To be documented


[Expand]
function TNTFSAttributeKey.RecordNumber:Int64;
Description: To be documented


[Expand]
function TNTFSAttributeKey.CalculatedSize(AVersion:Word):Word;
Description: Calculated Size includes any rounding required for alignment


[Expand]
function TNTFSAttributeKey.ReadKey(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the index entry from the supplied buffer at the supplied offset


[Expand]
function TNTFSAttributeKey.WriteKey(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the index entry to the supplied buffer at the supplied offset


Return to Unit Reference