TNTFSUpCase

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSUpCase = class(TObject)


Function declarations



[Expand]
constructor TNTFSUpCase.Create;
Description: To be documented


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


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


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


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


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


[Expand]
function TNTFSUpCase.Init(AVersion:Word):Boolean;
Description: To be documented


[Expand]
function TNTFSUpCase.Convert(ASource,ADest:Pointer; ASize:LongWord):Boolean;
Description: To be documented


[Expand]
function TNTFSUpCase.ReadUpCase(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the upcase file data from the supplied buffer at the supplied offset


[Expand]
function TNTFSUpCase.WriteUpCase(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the upcase file data to the supplied buffer at the supplied offset


Return to Unit Reference