|
timeKillEvent The timeKillEvent function cancels a specified timer event. VB4-32,5,6 Declare Function timeKillEvent Lib "winmm.dll" (ByVal uID As Long) As Long |
VB.NET System.Threading.Timer.Dispose |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
· uTimerID Identifier of the timer event to cancel. This identifier was returned by the timeSetEvent function when the timer event was set up. |
Returns TIMERR_NOERROR if successful or MMSYSERR_INVALPARAM if the specified timer event does not exist. |
|
|
|