Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure is used with the TB_REPLACEBITMAP message to replace one toolbar bitmap with another.

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.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also