Share via


TBM_GETPTICS (Compact 2013)

3/28/2014

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

See Also

Reference

Trackbar Controls Messages
TBM_GETTIC