Click or drag to resize

OnDemandLocalFileSystemReportProgressToShell Method (OnDemandCallbackContext, Int64, Int64)

Report progress to the Shell.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual int ReportProgressToShell(
	OnDemandCallbackContext callbackContext,
	long total,
	long completed
)

Parameters

callbackContext
Type: ShellBoost.Core.SynchronizationOnDemandCallbackContext
The callback context.
total
Type: SystemInt64
The total number of bytes.
completed
Type: SystemInt64
The current number of bytes.

Return Value

Type: Int32
0 if operation was successful; otherwise an error code.
Exceptions
ExceptionCondition
ArgumentNullExceptioncallbackContext is null.
See Also