|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <commctrl.h>

Public Attributes | |
| NMHDR | hdr |
| BOOL | fChanged |
| int | iNewSelection |
| WCHAR | szText [CBEMAXSTRLEN] |
| int | iWhy |
Definition at line 3915 of file commctrl.h.
| BOOL NMCBEENDEDITW::fChanged |
Definition at line 3917 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), and PAGER_Notify().
| NMHDR NMCBEENDEDITW::hdr |
Definition at line 3916 of file commctrl.h.
Referenced by PAGER_Notify().
| int NMCBEENDEDITW::iNewSelection |
Definition at line 3918 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), and PAGER_Notify().
| int NMCBEENDEDITW::iWhy |
Definition at line 3920 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), ComboExTestOnNotify(), CAddressEditBox::OnWinEvent(), and PAGER_Notify().
| WCHAR NMCBEENDEDITW::szText[CBEMAXSTRLEN] |
Definition at line 3919 of file commctrl.h.
Referenced by OnNotify(), PAGER_Notify(), and test_wm_notify_comboboxex().