ReactOS 0.4.16-dev-737-g3368adc
|
#include <commctrl.h>
Public Attributes | |
UINT | cbSize |
DWORD | dwMask |
int | idCommand |
int | iImage |
BYTE | fsState |
BYTE | fsStyle |
WORD | cx |
DWORD_PTR | lParam |
LPSTR | pszText |
int | cchText |
Definition at line 1228 of file commctrl.h.
UINT TBBUTTONINFOA::cbSize |
Definition at line 1229 of file commctrl.h.
Referenced by test_getbuttoninfo(), test_hotitem(), test_recalc(), and test_sizes().
int TBBUTTONINFOA::cchText |
Definition at line 1238 of file commctrl.h.
WORD TBBUTTONINFOA::cx |
Definition at line 1235 of file commctrl.h.
Referenced by test_sizes().
DWORD TBBUTTONINFOA::dwMask |
Definition at line 1230 of file commctrl.h.
Referenced by test_getbuttoninfo(), test_hotitem(), test_recalc(), and test_sizes().
BYTE TBBUTTONINFOA::fsState |
Definition at line 1233 of file commctrl.h.
Referenced by test_hotitem().
BYTE TBBUTTONINFOA::fsStyle |
Definition at line 1234 of file commctrl.h.
int TBBUTTONINFOA::idCommand |
Definition at line 1231 of file commctrl.h.
int TBBUTTONINFOA::iImage |
Definition at line 1232 of file commctrl.h.
DWORD_PTR TBBUTTONINFOA::lParam |
Definition at line 1236 of file commctrl.h.
LPSTR TBBUTTONINFOA::pszText |
Definition at line 1237 of file commctrl.h.
Referenced by test_recalc().