The TBM_SETTIC message sets a tick mark in a trackbar at the specified logical position. .
TBM_SETTIC wParam = 0; lParam = (LPARAM) (LONG) lPosition;
Returns TRUE if the tick mark is set or FALSE otherwise.
A trackbar creates its own first and last tick marks. Do not use this message to set the first and last tick marks.