Share via


TBREPLACEBITMAP (Windows CE 5.0)

Send Feedback

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

typedefstruct{HINSTANCEhInstOld;UINTnIDOld;HINSTANCEhInstNew;UINTnIDNew;intnButtons;}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

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

Toolbar Controls Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.