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

Public Attributes | |
| NMHDR | hdr |
| BOOL | fChanged |
| int | iNewSelection |
| char | szText [CBEMAXSTRLEN] |
| int | iWhy |
Definition at line 3923 of file commctrl.h.
| BOOL NMCBEENDEDITA::fChanged |
Definition at line 3925 of file commctrl.h.
Referenced by PAGER_Notify().
| NMHDR NMCBEENDEDITA::hdr |
Definition at line 3924 of file commctrl.h.
Referenced by PAGER_Notify().
| int NMCBEENDEDITA::iNewSelection |
Definition at line 3926 of file commctrl.h.
Referenced by PAGER_Notify().
| int NMCBEENDEDITA::iWhy |
Definition at line 3928 of file commctrl.h.
Referenced by ComboExTestOnNotify(), and PAGER_Notify().
| char NMCBEENDEDITA::szText[CBEMAXSTRLEN] |
Definition at line 3927 of file commctrl.h.
Referenced by PAGER_Notify(), and test_notify_proc().