TCDFSDiskDescriptor

From Ultibo.org
Jump to: navigation, search

Return to Unit CDFS


Description


To be documented

Class definitions



[Expand]

TCDFSDiskDescriptor = class(TListObject)


Function declarations



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


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


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


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


[Expand]
function TCDFSDiskDescriptor.GetStandardIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetStandardIdentifier(const AStandardIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetSystemIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetSystemIdentifier(const ASystemIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetVolumeIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetVolumeIdentifier(const AVolumeIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetVolumeSetIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetVolumeSetIdentifier(const AVolumeSetIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetPublisherIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetPublisherIdentifier(const APublisherIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetPreparerIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetPreparerIdentifier(const APreparerIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetApplicationIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetApplicationIdentifier(const AApplicationIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetCopyrightIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetCopyrightIdentifier(const ACopyrightIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetAbstractIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetAbstractIdentifier(const AAbstractIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetBibliographicIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetBibliographicIdentifier(const ABibliographicIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetBootIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetBootIdentifier(const ABootIdentifier:String);
Description: To be documented


[Expand]
function TCDFSDiskDescriptor.GetPartitionIdentifier:String;
Description: To be documented


[Expand]
procedure TCDFSDiskDescriptor.SetPartitionIdentifier(const APartitionIdentifier:String);
Description: To be documented


Return to Unit Reference