TBM_GETPTICSTBM_GETPTICS*
*Contents  *Index  *Topic Contents
*Previous Topic: TBM_GETPOS
*Next Topic: TBM_GETRANGEMAX

TBM_GETPTICS


TBM_GETPTICS 
    wParam = 0; 
    lParam = 0; 

Retrieves the address of an array that contains the positions of the tick marks for a trackbar.

The number of elements in the array is two less than the tick count returned by the TBM_GETNUMTICS 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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.