ITaskbarList4SetProgressValue Method

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.
[PreserveSigAttribute]
HResult SetProgressValue(
	IntPtr hWnd,
	ulong ullCompleted,
	ulong ullTotal
)

Parameters

hWnd  IntPtr

[Missing <param name="hWnd"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetProgressValue(System.IntPtr,System.UInt64,System.UInt64)"]

ullCompleted  UInt64

[Missing <param name="ullCompleted"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetProgressValue(System.IntPtr,System.UInt64,System.UInt64)"]

ullTotal  UInt64

[Missing <param name="ullTotal"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetProgressValue(System.IntPtr,System.UInt64,System.UInt64)"]

Return Value

HResult

[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetProgressValue(System.IntPtr,System.UInt64,System.UInt64)"]

See Also