TNTFSPaddedKey

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSPaddedKey = class(TNTFSDataKey)


Function declarations



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


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


[Expand]
procedure TNTFSPaddedKey.SetPadding(APadding:Pointer);
Description: To be documented


[Expand]
procedure TNTFSPaddedKey.SetPaddingSize(ASize:Word);
Description: To be documented


[Expand]
function TNTFSPaddedKey.ReadKey(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the index entry from the supplied buffer at the supplied offset


[Expand]
function TNTFSPaddedKey.WriteKey(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the index entry to the supplied buffer at the supplied offset


Return to Unit Reference