Click or drag to resize

OnDemandLocalFileSystemReportProgressToShell Method (OnDemandCallbackContext, Int64, Int64)

Report progress to the Shell.

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

Parameters

callbackContext
Type: callback.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