TNTFSReparsePointAttribute
From Ultibo.org
Revision as of 06:14, 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]
TNTFSReparsePointAttribute = class(TNTFSDiskAttribute)
Function declarations
[Expand]
constructor TNTFSReparsePointAttribute.Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
Description: To be documented
[Expand]
procedure TNTFSReparsePointAttribute.SetIsAlias(AValue:Boolean);
Description: To be documented
[Expand]
function TNTFSReparsePointAttribute.GetIsHighLatency:Boolean;
Description: To be documented
[Expand]
procedure TNTFSReparsePointAttribute.SetIsHighLatency(AValue:Boolean);
Description: To be documented
[Expand]
procedure TNTFSReparsePointAttribute.SetIsMicrosoft(AValue:Boolean);
Description: To be documented
[Expand]
function TNTFSReparsePointAttribute.CreateReparse:Boolean;
Description: Create a reparse, setup properties do not update Attribute
[Expand]
function TNTFSReparsePointAttribute.NewReparse(AReparseTag:LongWord):Boolean;
Description: Create a reparse, setup properties and update Attribute
[Expand]
function TNTFSReparsePointAttribute.CalculatedStreamSize(AVersion:Word):Int64;
Description: To be documented
[Expand]
function TNTFSReparsePointAttribute.ReadReparse(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the attribute reparse data from the supplied buffer at the supplied offset
[Expand]
function TNTFSReparsePointAttribute.WriteReparse(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the attribute reparse data to the supplied buffer at the supplied offset
[Expand]
function TNTFSReparsePointAttribute.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 TNTFSReparsePointAttribute.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