The TBM_GETPTICS message retrieves a pointer to an array that contains the positions of the tick marks for a trackbar.
TBM_GETPTICS wParam = 0; lParam = 0;
Returns a pointer to 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.
The number of elements in the array is two less than the tick count returned by the TBM_GETNUMTICKS message. Note that the values in the array may include duplicate positions and may not be in sequential order. The returned pointer is valid until you change the trackbar's tick marks.
file: /Techref/os/win/api/win32/mess/src/msg17_26.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/11 16:56,
3.22.77.68:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mess/src/msg17_26.htm"> TBM_GETPTICS</A> |
Did you find what you needed? |