IAPI::KillTimer

property KillTimer.

Kills a timer previously created by SetTimer().

 

HRESULT KillTimer(
  long IDTimerEvent,
  BOOL *pVal
);

Parameters

IDTimerEvent

[in] . Valid timer identifier returned by SetTimer()

pVal

[out, retval] The returned value is 0 (failure) or 1 (success)

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI