WM_DRAWITEM (in Slider Controls) - Syntax

If the SLS_OWNERDRAW style bit is set for a slider control, this notification message is sent to that slider control's owner whenever the slider shaft, ribbon strip, slider arm, and slider background are to be drawn.

param1
     USHORT      id          /*  Window identifier. */

param2
     POWNERITEM  powneritem  /*  Pointer to an OWNERITEM data structure. */


[Back: WM_DRAWITEM (in Slider Controls) - Parameters]
[Next: WM_DRAWITEM (in Slider Controls) - Remarks]