hi,
am using the SetTimer function and would like to know what happens when
i use two continuous SetTimer calls or KillTimer calls on the same
handle??
eg. i define a timer:
SetTimer with an ID, say ID1.
define it again with the same id, ID1.
According to documentation, this should just reset the timer. Does it
actually do taht?
But what would happen if i try to do the same with KillTimer??
Kill ID1 and then again call KillTimer with ID1.
thanx!!