Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors