Difference between revisions of "TNTFSReparseMountPoint"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit NTFSClass __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")
 
(No difference)

Latest revision as of 06:25, 24 May 2018

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSReparseMountPoint = class(TNTFSReparseSymLink)


Function declarations



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


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


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


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


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


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


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


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


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


[Expand]
function TNTFSReparseMountPoint.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 TNTFSReparseMountPoint.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