TNTFSAttrDef

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSAttrDef = class(TListObject)


Function declarations



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


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


[Expand]
function TNTFSAttrDef.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TNTFSAttrDef.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TNTFSAttrDef.GetAttributeName:String;
Description: To be documented


[Expand]
procedure TNTFSAttrDef.SetAttributeName(const AAttributeName:String);
Description: To be documented


[Expand]
function TNTFSAttrDef.GetIsIndexed:Boolean;
Description: To be documented


[Expand]
function TNTFSAttrDef.GetIsResident:Boolean;
Description: To be documented


[Expand]
function TNTFSAttrDef.GetIsUncompressed:Boolean;
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