IAnchor::ClearChangeHistory method (textstor.h)

The IAnchor::ClearChangeHistory method clears the anchor change history flags.

Syntax

HRESULT ClearChangeHistory();

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.

Remarks

Applications should clear the anchor change history flags after receiving this call. The change history flags were set by IAnchor::GetChangeHistory.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header textstor.h
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional

See also

IAnchor

IAnchor::GetChangeHistory