THUMBBUTTONMASK enumeration (shobjidl_core.h)
Used by the THUMBBUTTON structure to specify which members of that structure contain valid data.
Syntax
typedef enum THUMBBUTTONMASK {
THB_BITMAP = 0x1,
THB_ICON = 0x2,
THB_TOOLTIP = 0x4,
THB_FLAGS = 0x8
} ;
Constants
THB_BITMAP Value: 0x1 The iBitmap member contains valid information. |
THB_ICON Value: 0x2 The hIcon member contains valid information. |
THB_TOOLTIP Value: 0x4 The szTip member contains valid information. |
THB_FLAGS Value: 0x8 The dwFlags member contains valid information. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |