ReactOS 0.4.16-dev-338-g34e76ad
|
#include <commctrl.h>
Public Attributes | |
HINSTANCE | hInstOld |
UINT_PTR | nIDOld |
HINSTANCE | hInstNew |
UINT_PTR | nIDNew |
int | nButtons |
Definition at line 1207 of file commctrl.h.
HINSTANCE TBREPLACEBITMAP::hInstNew |
Definition at line 1210 of file commctrl.h.
Referenced by TOOLBAR_ReplaceBitmap().
HINSTANCE TBREPLACEBITMAP::hInstOld |
Definition at line 1208 of file commctrl.h.
Referenced by TOOLBAR_ReplaceBitmap().
int TBREPLACEBITMAP::nButtons |
Definition at line 1212 of file commctrl.h.
Referenced by TOOLBAR_ReplaceBitmap().
UINT_PTR TBREPLACEBITMAP::nIDNew |
Definition at line 1211 of file commctrl.h.
Referenced by TOOLBAR_ReplaceBitmap().
UINT_PTR TBREPLACEBITMAP::nIDOld |
Definition at line 1209 of file commctrl.h.
Referenced by TOOLBAR_ReplaceBitmap().