ReactOS
0.4.14-dev-604-gcfdd483
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
BOOL | fChanged |
int | iNewSelection |
WCHAR | szText [CBEMAXSTRLEN] |
int | iWhy |
Definition at line 3906 of file commctrl.h.
BOOL NMCBEENDEDITW::fChanged |
Definition at line 3908 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), COMBOEX_Command(), COMBOEX_EditWndProc(), and COMBOEX_NotifyEndEdit().
NMHDR NMCBEENDEDITW::hdr |
Definition at line 3907 of file commctrl.h.
Referenced by COMBOEX_NotifyEndEdit().
int NMCBEENDEDITW::iNewSelection |
Definition at line 3909 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), COMBOEX_Command(), COMBOEX_EditWndProc(), and COMBOEX_NotifyEndEdit().
int NMCBEENDEDITW::iWhy |
Definition at line 3911 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), COMBOEX_Command(), COMBOEX_EditWndProc(), COMBOEX_NotifyEndEdit(), ComboExTestOnNotify(), and CAddressEditBox::OnWinEvent().
WCHAR NMCBEENDEDITW::szText[CBEMAXSTRLEN] |
Definition at line 3910 of file commctrl.h.
Referenced by COMBOEX_NotifyEndEdit(), OnNotify(), and test_wm_notify_comboboxex().