MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ControlGetProgress

Method ControlGetProgress

source/script_gui.cpp:2043–2046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2041
2042
2043ResultType GuiType::ControlGetProgress(ResultToken &aResultToken, GuiControlType &aControl)
2044{
2045 _o_return((int)SendMessage(aControl.hwnd, PBM_GETPOS, 0, 0));
2046}
2047
2048
2049ResultType GuiType::ControlGetTab(ResultToken &aResultToken, GuiControlType &aControl, ValueModeType aMode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected