C
#define SldGetRange(pSld) (((SLIDER*)pSld)->range)
Overview
Returns the current range of the thumb.
Input Parameters
|
Input Parameters |
Description |
|
pSld |
Pointer to the object. |
Returns
Returns the current range of the slider thumb.
Preconditions
none
Side Effects
none
Example
WORD range;
SLIDER *pSld;
range = SldGetRange(pSld);