property SetTimer.
Creates a timer. App or script will be notified by onTimer()
callback function.
|
Interval
[in,defaultvalue(1000)] . In milliseconds
pVal
[out, retval]
The returned value is the timer identifier
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.