TNTFSExtendedAttrAttribute
From Ultibo.org
Revision as of 06:16, 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...")
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSExtendedAttrAttribute = class(TNTFSDiskAttribute)
Function declarations
[Expand]
constructor TNTFSExtendedAttrAttribute.Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
Description: To be documented
[Expand]
function TNTFSExtendedAttrAttribute.CreateExtended:TNTFSExtended;
Description: Create an extended, add to list do not update Attribute
[Expand]
function TNTFSExtendedAttrAttribute.DestroyExtended(AExtended:TNTFSExtended):Boolean;
Description: Remove the extended from the list and free, do not update Attribute
[Expand]
function TNTFSExtendedAttrAttribute.NewExtended(const AName:String):TNTFSExtended;
Description: Create an extended, add to list and update Attribute
[Expand]
function TNTFSExtendedAttrAttribute.GetExtended(const AName:String):TNTFSExtended;
Description: Get an extended by name
[Expand]
function TNTFSExtendedAttrAttribute.RemoveExtended(AExtended:TNTFSExtended):Boolean;
Description: Remove the extended from the list, free and update attribute
[Expand]
function TNTFSExtendedAttrAttribute.CalculatedStreamSize(AVersion:Word):Int64;
Description: To be documented
[Expand]
function TNTFSExtendedAttrAttribute.ReadExtendeds(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the attribute extended attributes from the supplied buffer at the supplied offset
[Expand]
function TNTFSExtendedAttrAttribute.WriteExtendeds(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the attribute extended attributes to the supplied buffer at the supplied offset
[Expand]
function TNTFSExtendedAttrAttribute.ReadData(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Read the resident attribute data from the supplied buffer at the supplied offset
[Expand]
function TNTFSExtendedAttrAttribute.WriteData(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Write the resident attribute data to the supplied buffer at the supplied offset
Return to Unit Reference