TBM_GETPTICS (Windows CE 5.0)
This message retrieves the address of the array that contains the positions of tick marks for a trackbar.
TBM_GETPTICS wParam = 0;lParam = 0;
Parameters
- wParam
Not used. - lParam
Not used.
Return Values
Returns the address of an array of DWORD values. The elements of the array specify the logical positions of the trackbar's tick marks, not including the first and last tick marks created by the trackbar. The logical positions can be any of the integer values in the trackbar's range of minimum to maximum slider positions.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors