Searched refs:stateButton (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | combo.c | 1648 pcbi->stateButton = 0; in COMBO_GetComboBoxInfo() 1650 pcbi->stateButton |= STATE_SYSTEM_PRESSED; in COMBO_GetComboBoxInfo() 1652 pcbi->stateButton |= STATE_SYSTEM_INVISIBLE; in COMBO_GetComboBoxInfo()
|
/reactos/win32ss/user/user32/controls/ |
H A D | combo.c | 1784 pcbi->stateButton = 0; in COMBO_GetComboBoxInfo() 1786 pcbi->stateButton |= STATE_SYSTEM_PRESSED; in COMBO_GetComboBoxInfo() 1788 pcbi->stateButton |= STATE_SYSTEM_INVISIBLE; in COMBO_GetComboBoxInfo()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | generated.c | 171 TEST_FIELD_SIZE (COMBOBOXINFO, stateButton, 4) in test_pack_COMBOBOXINFO() 172 TEST_FIELD_ALIGN (COMBOBOXINFO, stateButton, 4) in test_pack_COMBOBOXINFO() 173 TEST_FIELD_OFFSET(COMBOBOXINFO, stateButton, 36) in test_pack_COMBOBOXINFO() 3675 TEST_FIELD_SIZE (COMBOBOXINFO, stateButton, 4) in test_pack_COMBOBOXINFO() 3676 TEST_FIELD_ALIGN (COMBOBOXINFO, stateButton, 4) in test_pack_COMBOBOXINFO() 3677 TEST_FIELD_OFFSET(COMBOBOXINFO, stateButton, 36) in test_pack_COMBOBOXINFO()
|
/reactos/win32ss/user/ntuser/ |
H A D | window.c | 3526 pcbi->stateButton = 0; in NtUserGetComboBoxInfo() 3528 pcbi->stateButton |= STATE_SYSTEM_PRESSED; in NtUserGetComboBoxInfo() 3530 pcbi->stateButton |= STATE_SYSTEM_INVISIBLE; in NtUserGetComboBoxInfo()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 3715 DWORD stateButton; member
|