Copyright © 2006-2019 MultiMedia Soft

CallbackZipOperationPercSet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Sets the function of the CallbackZipOperationPerc callback delegate which notifies about the percentage of advancement of a ZIP operation.

 

For further details about callback delegates see the How to synchronize the container application through callback delegates tutorial.

For further details about methods for ZIP management refer to the ZipMan class.

For details about using ZIP management refer to the How to manage ZIP files tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function CallbackZipOperationPercSet (

function as CallbackZipOperationPerc

) as enumErrorCodes


 

[C#]

public enumErrorCodes CallbackZipOperationPercSet (

CallbackZipOperationPerc function

);


 

[C++]

public: enumErrorCodes CallbackZipOperationPercSet (

CallbackZipOperationPerc function

);


 

 

Parameter

Description

 

 

function

Callback function

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.