THUMBBUTTON (shell32)
Last changed: anonymous

.
Summary
Used by methods of the ITaskbarList3 interface to define buttons used in a toolbar embedded in a window's thumbnail representation.

C# Definition:

[StructLayout(LayoutKind.Sequential, Pack = 8, CharSet = CharSet.Unicode)]
public struct THUMBBUTTON
{
    public THUMBBUTTONMASK dwMask;
    public uint iId;
    public uint iBitmap;
    public IntPtr hIcon;

    [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 259)]
    public string szTip;

    public THUMBBUTTONFLAGS dwFlags;
}    

VB Definition:

Structure THUMBBUTTON
   Public TODO
End Structure

Notes:

None.

Documentation
THUMBBUTTON on MSDN