UNPKG

@ahmic/autoit-js

Version:
12 lines (9 loc) 439 B
import './@types/point.js'; import './@types/rect.js'; import { INT, HWND, LPCWSTR } from './@types/win32.js'; import { autoit } from './lib/autoit.js'; function ControlSetTextByHandle(windowHandle, controlHandle, value) { return autoit.invoke('AU3_ControlSetTextByHandle', INT, [HWND, HWND, LPCWSTR], [windowHandle, controlHandle, value]); } export { ControlSetTextByHandle }; //# sourceMappingURL=control-set-text-by-handle.js.map