Contents Index Topic Contents | ||
Previous Topic: TBINSERTMARK Next Topic: TBSAVEPARAMS |
TBREPLACEBITMAP
typedef struct { HINSTANCE hInstOld; UINT nIDOld; HINSTANCE hInstNew; UINT nIDNew; int nButtons; } TBREPLACEBITMAP, *LPTBREPLACEBITMAP;Used with the TB_REPLACEBITMAP message to replace one toolbar bitmap with another.
- hInstOld
- Module instance handle to 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.