ReactOS 0.4.16-dev-1-gcf26321
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
WORD | fwKeys |
RECT | rcParent |
int | iDir |
int | iXpos |
int | iYpos |
int | iScroll |
Definition at line 4573 of file commctrl.h.
WORD NMPGSCROLL::fwKeys |
Definition at line 4575 of file commctrl.h.
NMHDR NMPGSCROLL::hdr |
Definition at line 4574 of file commctrl.h.
Referenced by PAGER_Scroll().
int NMPGSCROLL::iDir |
Definition at line 4577 of file commctrl.h.
Referenced by PAGER_Scroll(), and TOOLBAR_Notify().
int NMPGSCROLL::iScroll |
Definition at line 4580 of file commctrl.h.
Referenced by PAGER_Scroll(), and TOOLBAR_Notify().
int NMPGSCROLL::iXpos |
Definition at line 4578 of file commctrl.h.
Referenced by PAGER_Scroll().
int NMPGSCROLL::iYpos |
Definition at line 4579 of file commctrl.h.
Referenced by PAGER_Scroll().
RECT NMPGSCROLL::rcParent |
Definition at line 4576 of file commctrl.h.
Referenced by PAGER_Scroll().