| 2041 | |
| 2042 | |
| 2043 | ResultType GuiType::ControlGetProgress(ResultToken &aResultToken, GuiControlType &aControl) |
| 2044 | { |
| 2045 | _o_return((int)SendMessage(aControl.hwnd, PBM_GETPOS, 0, 0)); |
| 2046 | } |
| 2047 | |
| 2048 | |
| 2049 | ResultType GuiType::ControlGetTab(ResultToken &aResultToken, GuiControlType &aControl, ValueModeType aMode) |
nothing calls this directly
no outgoing calls
no test coverage detected