This structure is used with the TB_REPLACEBITMAP message to replace one toolbar bitmap with another.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
typedef struct {
HINSTANCE hInstOld;
UINT nIDOld;
HINSTANCE hInstNew;
UINT nIDNew;
int nButtons;
} TBREPLACEBITMAP, *LPTBREPLACEBITMAP;
Members
hInstOld
Module instance handle of the bitmap resource being replaced.
nIDOld
Resource identifier of the bitmap being replaced.
hInstNew
Module instance handle that contains the new bitmap resource.
nIDNew
Resource identifier of the new bitmap.
nButtons
Number of button images contained in the new bitmap.