TDiskCatalog

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TDiskCatalog = class(TListObject)


Function declarations



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


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


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


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


[Expand]
function TDiskCatalog.GetName:String;
Description: To be documented


[Expand]
procedure TDiskCatalog.SetName(const AName:String);
Description: To be documented


[Expand]
function TDiskCatalog.GetPath:String;
Description: To be documented


[Expand]
procedure TDiskCatalog.SetPath(const APath:String);
Description: To be documented


[Expand]
function TDiskCatalog.GetMediaType:TMediaType;
Description: To be documented


[Expand]
procedure TDiskCatalog.SetMediaType(AMediaType:TMediaType);
Description: To be documented


[Expand]
function TDiskCatalog.GetFloppyType:TFloppyType;
Description: To be documented


[Expand]
procedure TDiskCatalog.SetFloppyType(AFloppyType:TFloppyType);
Description: To be documented


[Expand]
function TDiskCatalog.GetAttributes:LongWord;
Description: To be documented


[Expand]
procedure TDiskCatalog.SetAttributes(AAttributes:LongWord);
Description: To be documented


[Expand]
function TDiskCatalog.GetSectorSize:Word;
Description: To be documented


[Expand]
procedure TDiskCatalog.SetSectorSize(ASectorSize:Word);
Description: To be documented


[Expand]
function TDiskCatalog.GetSectorCount:Int64;
Description: To be documented


[Expand]
procedure TDiskCatalog.SetSectorCount(const ASectorCount:Int64);
Description: To be documented


[Expand]
function TDiskCatalog.ReaderLock:Boolean;
Description: To be documented


[Expand]
function TDiskCatalog.ReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TDiskCatalog.WriterLock:Boolean;
Description: To be documented


[Expand]
function TDiskCatalog.WriterUnlock:Boolean;
Description: To be documented


Return to Unit Reference