Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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_BITMAPValue: 0x1 The iBitmap member contains valid information. |
THB_ICONValue: 0x2 The hIcon member contains valid information. |
THB_TOOLTIPValue: 0x4 The szTip member contains valid information. |
THB_FLAGSValue: 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) |