ReactOS 0.4.15-dev-7127-g2dd0c6c
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
BOOL | fChanged |
int | iNewSelection |
WCHAR | szText [CBEMAXSTRLEN] |
int | iWhy |
Definition at line 3910 of file commctrl.h.
BOOL NMCBEENDEDITW::fChanged |
Definition at line 3912 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc().
NMHDR NMCBEENDEDITW::hdr |
Definition at line 3911 of file commctrl.h.
int NMCBEENDEDITW::iNewSelection |
Definition at line 3913 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc().
int NMCBEENDEDITW::iWhy |
Definition at line 3915 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), ComboExTestOnNotify(), and CAddressEditBox::OnWinEvent().
WCHAR NMCBEENDEDITW::szText[CBEMAXSTRLEN] |
Definition at line 3914 of file commctrl.h.
Referenced by OnNotify(), and test_wm_notify_comboboxex().