ReactOS 0.4.16-dev-36-g301675c
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
DWORD * | pData |
DWORD * | pCurrent |
UINT | cbData |
int | iItem |
int | cButtons |
int | cbBytesPerRecord |
TBBUTTON | tbButton |
Definition at line 1365 of file commctrl.h.
int tagNMTBRESTORE::cbBytesPerRecord |
Definition at line 1372 of file commctrl.h.
Referenced by parent_wnd_notify(), and TOOLBAR_Restore().
UINT tagNMTBRESTORE::cbData |
Definition at line 1369 of file commctrl.h.
Referenced by TOOLBAR_Restore().
int tagNMTBRESTORE::cButtons |
Definition at line 1371 of file commctrl.h.
Referenced by parent_wnd_notify(), and TOOLBAR_Restore().
NMHDR tagNMTBRESTORE::hdr |
Definition at line 1366 of file commctrl.h.
Referenced by TOOLBAR_Restore().
int tagNMTBRESTORE::iItem |
Definition at line 1370 of file commctrl.h.
Referenced by parent_wnd_notify(), parent_wnd_proc(), and TOOLBAR_Restore().
DWORD* tagNMTBRESTORE::pCurrent |
Definition at line 1368 of file commctrl.h.
Referenced by parent_wnd_notify(), and TOOLBAR_Restore().
DWORD* tagNMTBRESTORE::pData |
Definition at line 1367 of file commctrl.h.
Referenced by TOOLBAR_Restore().
TBBUTTON tagNMTBRESTORE::tbButton |
Definition at line 1373 of file commctrl.h.
Referenced by parent_wnd_notify(), test_notify_proc(), and TOOLBAR_Restore().