[PreserveSigAttribute]
HResult SetTabActive(
IntPtr hWndTab,
IntPtr hWndInsertBefore,
uint dwReserved
)
<PreserveSigAttribute>
Function SetTabActive (
hWndTab As IntPtr,
hWndInsertBefore As IntPtr,
dwReserved As UInteger
) As HResult
Dim instance As ITaskbarList4
Dim hWndTab As IntPtr
Dim hWndInsertBefore As IntPtr
Dim dwReserved As UInteger
Dim returnValue As HResult
returnValue = instance.SetTabActive(hWndTab,
hWndInsertBefore, dwReserved)
[PreserveSigAttribute]
HResult SetTabActive(
IntPtr hWndTab,
IntPtr hWndInsertBefore,
unsigned int dwReserved
)
[<PreserveSigAttribute>]
abstract SetTabActive :
hWndTab : IntPtr *
hWndInsertBefore : IntPtr *
dwReserved : uint32 -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="hWndTab"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetTabActive(System.IntPtr,System.IntPtr,System.UInt32)"]
[Missing <param name="hWndInsertBefore"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetTabActive(System.IntPtr,System.IntPtr,System.UInt32)"]
[Missing <param name="dwReserved"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetTabActive(System.IntPtr,System.IntPtr,System.UInt32)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetTabActive(System.IntPtr,System.IntPtr,System.UInt32)"]