[PreserveSigAttribute]
HResult SetProgressValue(
IntPtr hWnd,
ulong ullCompleted,
ulong ullTotal
)
<PreserveSigAttribute>
Function SetProgressValue (
hWnd As IntPtr,
ullCompleted As ULong,
ullTotal As ULong
) As HResult
Dim instance As ITaskbarList4
Dim hWnd As IntPtr
Dim ullCompleted As ULong
Dim ullTotal As ULong
Dim returnValue As HResult
returnValue = instance.SetProgressValue(hWnd,
ullCompleted, ullTotal)
[PreserveSigAttribute]
HResult SetProgressValue(
IntPtr hWnd,
unsigned long long ullCompleted,
unsigned long long ullTotal
)
[<PreserveSigAttribute>]
abstract SetProgressValue :
hWnd : IntPtr *
ullCompleted : uint64 *
ullTotal : uint64 -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="hWnd"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetProgressValue(System.IntPtr,System.UInt64,System.UInt64)"]
[Missing <param name="ullCompleted"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetProgressValue(System.IntPtr,System.UInt64,System.UInt64)"]
[Missing <param name="ullTotal"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetProgressValue(System.IntPtr,System.UInt64,System.UInt64)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetProgressValue(System.IntPtr,System.UInt64,System.UInt64)"]