TBM_GETPTICS
A version of this page is also available for
4/8/2010
This message retrieves the address of the array that contains the positions of tick marks for a trackbar.
Syntax
TBM_GETPTICS wParam = 0;
lParam = 0;
Parameters
- wParam
Not used.
- lParam
Not used.
Return Value
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
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |