C# Class SevenZip.SevenZipFunctions.ArchiveOpenCallback

Inheritance: IArchiveOpenCallback
Datei anzeigen Open project: mtotheikle/EWU-OIT-SSN-Scanner

Public Methods

Method Description
SetCompleted ( IntPtr files, IntPtr bytes ) : void
SetTotal ( IntPtr files, IntPtr bytes ) : void

Method Details

SetCompleted() public method

public SetCompleted ( IntPtr files, IntPtr bytes ) : void
files System.IntPtr
bytes System.IntPtr
return void

SetTotal() public method

public SetTotal ( IntPtr files, IntPtr bytes ) : void
files System.IntPtr
bytes System.IntPtr
return void