TDiskReparse

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TDiskReparse = class(TObject)


Function declarations



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


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


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


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


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


[Expand]
procedure TDiskReparse.SetTarget(const ATarget:String);
Description: To be documented


Return to Unit Reference