ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <commctrl.h>
Public Attributes | |
UINT | cbSize |
DWORD | dwMask |
int | idCommand |
int | iImage |
BYTE | fsState |
BYTE | fsStyle |
WORD | cx |
DWORD_PTR | lParam |
LPWSTR | pszText |
int | cchText |
Definition at line 1241 of file commctrl.h.
UINT TBBUTTONINFOW::cbSize |
Definition at line 1242 of file commctrl.h.
Referenced by SetToolbarButtonState(), test_getbuttoninfo(), TOOLBAR_GetButtonInfoT(), TOOLBAR_Restore(), TOOLBAR_SetButtonInfo(), and CTaskSwitchWnd::UpdateButtonsSize().
int TBBUTTONINFOW::cchText |
Definition at line 1251 of file commctrl.h.
Referenced by TOOLBAR_GetButtonInfoT().
WORD TBBUTTONINFOW::cx |
Definition at line 1248 of file commctrl.h.
Referenced by TOOLBAR_GetButtonInfoT(), TOOLBAR_SetButtonInfo(), and CTaskSwitchWnd::UpdateButtonsSize().
DWORD TBBUTTONINFOW::dwMask |
Definition at line 1243 of file commctrl.h.
Referenced by SetToolbarButtonState(), test_getbuttoninfo(), TOOLBAR_GetButtonInfoT(), TOOLBAR_Restore(), TOOLBAR_SetButtonInfo(), and CTaskSwitchWnd::UpdateButtonsSize().
BYTE TBBUTTONINFOW::fsState |
Definition at line 1246 of file commctrl.h.
Referenced by SetToolbarButtonState(), TOOLBAR_GetButtonInfoT(), TOOLBAR_Restore(), TOOLBAR_SetButtonInfo(), and CTaskSwitchWnd::UpdateButtonsSize().
BYTE TBBUTTONINFOW::fsStyle |
Definition at line 1247 of file commctrl.h.
Referenced by TOOLBAR_GetButtonInfoT(), TOOLBAR_Restore(), and TOOLBAR_SetButtonInfo().
int TBBUTTONINFOW::idCommand |
Definition at line 1244 of file commctrl.h.
Referenced by TOOLBAR_GetButtonInfoT(), and TOOLBAR_SetButtonInfo().
int TBBUTTONINFOW::iImage |
Definition at line 1245 of file commctrl.h.
Referenced by TOOLBAR_GetButtonInfoT(), TOOLBAR_Restore(), and TOOLBAR_SetButtonInfo().
DWORD_PTR TBBUTTONINFOW::lParam |
Definition at line 1249 of file commctrl.h.
Referenced by TOOLBAR_GetButtonInfoT(), TOOLBAR_Restore(), and TOOLBAR_SetButtonInfo().
LPWSTR TBBUTTONINFOW::pszText |
Definition at line 1250 of file commctrl.h.
Referenced by TOOLBAR_GetButtonInfoT(), and TOOLBAR_SetButtonInfo().