The static control window procedure responds to this message by setting the icon or bit-map handle of a static control to the value specified by hbmHandle, and causes the static control to be redrawn, using the new item handle.
It should only be sent to a control with a style of SS_BITMAP, SS_ICON, or SS_SYSICON.