TBREPLACEBITMAP (Compact 2013)

3/28/2014

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

See Also

Reference

Toolbar Controls Structures