ITextHost::TxKillTimer method (textserv.h)

Requests the text host to destroy the specified timer.

Syntax

void TxKillTimer(
  [in] UINT idTimer
);

Parameters

[in] idTimer

Type: UINT

Identifier of the timer created by the ITextHost::TxSetTimer method.

Return value

None

Remarks

This method may be called at any time, whether the control is active or inactive.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header textserv.h
DLL Msftedit.dll

See also

Conceptual

ITextHost

Reference

TxSetTimer

Windowless Rich Edit Controls