| 9645 | |
| 9646 | |
| 9647 | void GuiType::ControlSetUpDownOptions(GuiControlType &aControl, GuiControlOptionsType &aOpt) |
| 9648 | // Caller has ensured that aControl.type is an UpDown. |
| 9649 | { |
| 9650 | if (aOpt.range_changed) |
| 9651 | SendMessage(aControl.hwnd, UDM_SETRANGE32, aOpt.range_min, aOpt.range_max); |
| 9652 | } |
| 9653 | |
| 9654 | |
| 9655 |
nothing calls this directly
no outgoing calls
no test coverage detected