TNTFSUpCase
From Ultibo.org
Revision as of 06:20, 24 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit NTFSClass __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSUpCase = class(TObject)
Function declarations
[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