UNPKG

@ahmic/autoit-js

Version:
3 lines (2 loc) 165 B
import { SendMode } from './send'; export declare function ControlSendByHandle(windowHandle: bigint, controlHandle: bigint, value: string, mode?: SendMode): number;