The TBM_SETRANGEMIN message sets the minimum logical position for the slider in a trackbar.
TBM_SETRANGEMIN wParam = (WPARAM) fRedraw; lParam = (LPARAM) lMinimum;
No return value.
If the current slider position is less than the new minimum, the TBM_SETRANGEMIN message sets the slider position to the new minimum value.