TRawHandle
From Ultibo.org
Revision as of 03:42, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")
Return to Unit Filesystem
Description
To be documented
Class definitions
TRawHandle = class(TListObject)
constructor Create;
|
|
destructor Destroy; override;
|
|
private
| |
FLock:TSynchronizerHandle;
|
|
public
| |
Device:TDiskDevice;
|
|
Partition:TDiskPartition;
|
|
Volume:TDiskVolume;
|
|
Drive:TDiskDrive;
|
|
OpenMode:Integer;
|
|
ShareMode:Integer;
|
|
Size:Int64;
|
|
Position:Int64;
|
|
Handle:Integer;
|
|
function ReaderLock:Boolean;
|
|
function ReaderUnlock:Boolean;
|
|
function ReaderConvert:Boolean;
|
|
function WriterLock:Boolean;
|
|
function WriterUnlock:Boolean;
|
|
function WriterConvert:Boolean;
|
Function declarations
constructor TRawHandle.Create;
Description: To be documented
Note | None documented |
---|
destructor TRawHandle.Destroy;
Description: To be documented
Note | None documented |
---|
function TRawHandle.ReaderLock:Boolean;
Description: To be documented
Note | None documented |
---|
function TRawHandle.ReaderUnlock:Boolean;
Description: To be documented
Note | None documented |
---|
function TRawHandle.ReaderConvert:Boolean;
Description: Convert a Reader lock to a Writer lock
Note | None documented |
---|
function TRawHandle.WriterLock:Boolean;
Description: To be documented
Note | None documented |
---|
function TRawHandle.WriterUnlock:Boolean;
Description: To be documented
Note | None documented |
---|
function TRawHandle.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock
Note | None documented |
---|
Return to Unit Reference