DkmWorkListProgressRoutine Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional function which is fired when the work list progress is updated.
public delegate void DkmWorkListProgressRoutine(bool isIndeterminate, int percentCurrentWorkItemComplete, int remainingWorkItemCount, int totalWorkItemCount, string message, string title);
type DkmWorkListProgressRoutine = delegate of bool * int * int * int * string * string -> unit
Public Delegate Sub DkmWorkListProgressRoutine(isIndeterminate As Boolean, percentCurrentWorkItemComplete As Integer, remainingWorkItemCount As Integer, totalWorkItemCount As Integer, message As String, title As String)
Parameters
- isIndeterminate
- Boolean
- percentCurrentWorkItemComplete
- Int32
- remainingWorkItemCount
- Int32
- totalWorkItemCount
- Int32
- message
- String
- title
- String