IFileOperationProgressSinkUpdateProgress Method
Provides an estimate of the total amount of work currently done in relation to the total amount of work.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
Sub UpdateProgress (
iWorkTotal As UInteger,
iWorkSoFar As UInteger
)
Dim instance As IFileOperationProgressSink
Dim iWorkTotal As UInteger
Dim iWorkSoFar As UInteger
instance.UpdateProgress(iWorkTotal, iWorkSoFar)
void UpdateProgress(
unsigned int iWorkTotal,
unsigned int iWorkSoFar
)
abstract UpdateProgress :
iWorkTotal : uint32 *
iWorkSoFar : uint32 -> unit
No code example is currently available or this language may not be supported.
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.