IFileOperationProgressSinkUpdateProgress Method

Provides an estimate of the total amount of work currently done in relation to the total amount of work.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void UpdateProgress(
	uint iWorkTotal,
	uint iWorkSoFar
)

Parameters

iWorkTotal  UInt32
An estimate of the amount of work to be completed.
iWorkSoFar  UInt32
The portion of iWorkTotal that has been completed so far.

See Also