Previous | Next |
The KillTimer method cancels a timer that has been set on the clock.
Syntax
HRESULT KillTimer(
DWORD dwTimerId
);
Parameters
dwTimerId
[in] Double word containing the timer identifier.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also
Previous | Next |