TNTFSAttributeKey
From Ultibo.org
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]
procedure TNTFSAttributeKey.SetAttribute(AAttribute:TNTFSDiskAttribute);
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