ReactOS 0.4.15-dev-6703-g6528ab8
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
BOOL | fChanged |
int | iNewSelection |
char | szText [CBEMAXSTRLEN] |
int | iWhy |
Definition at line 3918 of file commctrl.h.
BOOL NMCBEENDEDITA::fChanged |
Definition at line 3920 of file commctrl.h.
NMHDR NMCBEENDEDITA::hdr |
Definition at line 3919 of file commctrl.h.
int NMCBEENDEDITA::iNewSelection |
Definition at line 3921 of file commctrl.h.
int NMCBEENDEDITA::iWhy |
Definition at line 3923 of file commctrl.h.
Referenced by ComboExTestOnNotify().
char NMCBEENDEDITA::szText[CBEMAXSTRLEN] |
Definition at line 3922 of file commctrl.h.
Referenced by test_notify_proc().