TNTFSAttrDefs
From Ultibo.org
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSAttrDefs = class(TFileSysList)
Function declarations
[Expand]
function TNTFSAttrDefs.GetPrevious(AAttrDef:TNTFSAttrDef):TNTFSAttrDef;
Description: To be documented
[Expand]
function TNTFSAttrDefs.CreateAttrDef(AType:LongWord; AVersion:Word; ANew:Boolean):TNTFSAttrDef;
Description: Create an attribute def, add to end of list
[Expand]
function TNTFSAttrDefs.DestroyAttrDef(AAttrDef:TNTFSAttrDef):Boolean;
Description: Remove the attribute def from the list and free
[Expand]
function TNTFSAttrDefs.NewAttrDef(AType:LongWord; const AName:String; AVersion:Word):TNTFSAttrDef;
Description: Create an attribute def, insert in sorted list
[Expand]
function TNTFSAttrDefs.GetAttrDef(AType:LongWord; const AName:String):TNTFSAttrDef;
Description: Get an attribute def by type and name
[Expand]
function TNTFSAttrDefs.GetAttrDefByIndex(AIndex:Integer; AVersion:Word):TNTFSAttrDef;
Description: To be documented
[Expand]
function TNTFSAttrDefs.GetAttrDefByIndexEx(AIndex:Integer; AVersion:Word; AWrite:Boolean):TNTFSAttrDef;
Description: To be documented
[Expand]
function TNTFSAttrDefs.GetAttrDefByAttribute(AAttribute:TNTFSDiskAttribute):TNTFSAttrDef;
Description: To be documented
[Expand]
function TNTFSAttrDefs.RemoveAttrDef(AAttrDef:TNTFSAttrDef):Boolean;
Description: Remove the attribute def from the list and free
[Expand]
function TNTFSAttrDefs.CheckSize(AAttribute:TNTFSDiskAttribute; const ASize:Int64):Boolean;
Description: Check if the Attribute can be made the passed size (Smaller or Larger)
[Expand]
function TNTFSAttrDefs.CheckIndexed(AAttribute:TNTFSDiskAttribute):Boolean;
Description: Check if the Attribute must be indexed
[Expand]
function TNTFSAttrDefs.CheckResident(AAttribute:TNTFSDiskAttribute):Boolean;
Description: Check if the Attribute must be resident
[Expand]
function TNTFSAttrDefs.CheckUncompressed(AAttribute:TNTFSDiskAttribute):Boolean;
Description: Check if the Attribute must be uncompresed
[Expand]
function TNTFSAttrDefs.ReadAttrDefs(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the attribute def items from the supplied buffer at the supplied offset
[Expand]
function TNTFSAttrDefs.WriteAttrDefs(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the attribute def items to the supplied buffer at the supplied offset
Return to Unit Reference