[PreserveSigAttribute]
HResult ThumbBarSetImageList(
IntPtr hWnd,
IntPtr himl
)
<PreserveSigAttribute>
Function ThumbBarSetImageList (
hWnd As IntPtr,
himl As IntPtr
) As HResult
Dim instance As ITaskbarList4
Dim hWnd As IntPtr
Dim himl As IntPtr
Dim returnValue As HResult
returnValue = instance.ThumbBarSetImageList(hWnd,
himl)
[PreserveSigAttribute]
HResult ThumbBarSetImageList(
IntPtr hWnd,
IntPtr himl
)
[<PreserveSigAttribute>]
abstract ThumbBarSetImageList :
hWnd : IntPtr *
himl : IntPtr -> 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.ThumbBarSetImageList(System.IntPtr,System.IntPtr)"]
[Missing <param name="himl"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.ThumbBarSetImageList(System.IntPtr,System.IntPtr)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.ThumbBarSetImageList(System.IntPtr,System.IntPtr)"]