Share via


TBREPLACEBITMAP (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Toolbar Controls Structures