TBM_GETPTICS

This message retrieves the address of the array that contains the positions of tick marks for a trackbar.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

  1. TBM_GETPTICS wParam = 0; lParam = 0;

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.

See Also

TBM_GETTIC