TNTFSReparseSymLink

From Ultibo.org
Revision as of 06:24, 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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSReparseSymLink = class(TNTFSReparse)


Function declarations



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


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


[Expand]
procedure TNTFSReparseSymLink.SetData(AData:Pointer);
Description: To be documented


[Expand]
procedure TNTFSReparseSymLink.SetDataSize(ASize:Word);
Description: To be documented


[Expand]
function TNTFSReparseSymLink.GetTarget:String;
Description: To be documented


[Expand]
function TNTFSReparseSymLink.GetPrintName:String;
Description: To be documented


[Expand]
procedure TNTFSReparseSymLink.SetPrintName(const APrintName:String);
Description: To be documented


[Expand]
function TNTFSReparseSymLink.GetSubstituteName:String;
Description: To be documented


[Expand]
procedure TNTFSReparseSymLink.SetSubstituteName(const ASubstituteName:String);
Description: To be documented


[Expand]
function TNTFSReparseSymLink.PrintNameSize:Word;
Description: To be documented


[Expand]
function TNTFSReparseSymLink.PrintNameOffset:Word;
Description: To be documented


[Expand]
function TNTFSReparseSymLink.PrintNameLength:Word;
Description: To be documented


[Expand]
function TNTFSReparseSymLink.SubstituteNameSize:Word;
Description: To be documented


[Expand]
function TNTFSReparseSymLink.SubstituteNameOffset:Word;
Description: To be documented


[Expand]
function TNTFSReparseSymLink.SubstituteNameLength:Word;
Description: To be documented


[Expand]
function TNTFSReparseSymLink.CalculatedSize(AVersion:Word):Word;
Description: To be documented


[Expand]
function TNTFSReparseSymLink.ReadReparse(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the reparse point data from the supplied buffer at the supplied offset


[Expand]
function TNTFSReparseSymLink.WriteReparse(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the reparse point data to the supplied buffer at the supplied offset


Return to Unit Reference