- int theValue = GetControlValue(theControl) ;
- int theMinimum = GetControlMinimum(theControl) ;
- int theMaximum = GetControlMaximum(theControl) ;
+ int theValue = GetControl32BitValue(theControl) ;
+ int theMinimum = GetControl32BitMinimum(theControl) ;
+ int theMaximum = GetControl32BitMaximum(theControl) ;