IntControl 70

Syntax:

IntControl (70, p1, p2, 0, 0)

 

Set delay after WinWait[..] functions or PostMessage's.

p1 - specifies the delay, in milliseconds, after the type of operation specified by p2.

p2 - specifies the type of operation that the delay applies to:

p2 Meaning

p1 specifies the delay after a successful WinWaitExist, WinWaitChild, or WinWaitClose. The default is 500 (ie, 1/2 second). Specify 0 for no delay.

p1 specifies the delay after successful calls to the Windows PostMessage API (except when performing mouse clicks). The default is 100 (ie, 1/10 second). Specify 0 for no delay.

Returns previous setting.