Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Reference