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

UnRAR.IteratorEx.GetPassword

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

UnRAR.IteratorEx.GetPassword

Event Signature

Event Function GetPassword(ByRef ArchivePassword As String) As Boolean

Parameters

Name Type Comment
ArchivePassword String Passed by reference, a String into which the archive password should be copied.

Return value

Return True to indicate that the password was stored in ArchivePassword. If you return False then the operation will be aborted.

Clone this wiki locally