Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

UnRAR.IteratorEx.ProcessData

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

UnRAR.IteratorEx.ProcessData

Event Signature

Event Function ProcessData(NewData As MemoryBlock, Length As Integer) As Boolean

Parameters

Name Type Comment
NewData MemoryBlock A read-only chunk of decompressed data
Length Integer The length, in bytes, of NewData

Return value

Return True to abort the operation.

Notes

This event will be raised whenever the processing mode specified to MoveNext is RAR_EXTRACT or RAR_TEST, but not RAR_SKIP. You can use this event in concert with RAR_TEST to extract directly into memory.

Clone this wiki locally