TBM_SETSELEND  25V0OW5 

The TBM_SETSELEND message sets the ending position of the current selection in a trackbar.

TBM_SETSELEND

wParam = (WPARAM) (BOOL) fRedraw;

lParam = (LPARAM) (LONG) lEnd;

 

Parameters

fRedraw

Redraw flag. If this parameter is TRUE, the slider is redrawn after the selection is set.

lEnd

Ending position of the selection.

 

Return Values

No return value.