ReactOS 0.4.16-dev-36-g301675c
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
DWORD * | pData |
DWORD * | pCurrent |
UINT | cbData |
int | iItem |
int | cButtons |
TBBUTTON | tbButton |
Definition at line 1355 of file commctrl.h.
UINT tagNMTBSAVE::cbData |
Definition at line 1359 of file commctrl.h.
Referenced by parent_wnd_notify(), and TOOLBAR_Save().
int tagNMTBSAVE::cButtons |
Definition at line 1361 of file commctrl.h.
Referenced by parent_wnd_notify(), and TOOLBAR_Save().
NMHDR tagNMTBSAVE::hdr |
Definition at line 1356 of file commctrl.h.
Referenced by TOOLBAR_Save().
int tagNMTBSAVE::iItem |
Definition at line 1360 of file commctrl.h.
Referenced by parent_wnd_notify(), parent_wnd_proc(), and TOOLBAR_Save().
DWORD* tagNMTBSAVE::pCurrent |
Definition at line 1358 of file commctrl.h.
Referenced by parent_wnd_notify(), and TOOLBAR_Save().
DWORD* tagNMTBSAVE::pData |
Definition at line 1357 of file commctrl.h.
Referenced by parent_wnd_notify(), and TOOLBAR_Save().
TBBUTTON tagNMTBSAVE::tbButton |
Definition at line 1362 of file commctrl.h.
Referenced by test_notify_proc(), and TOOLBAR_Save().