ITfFnAdviseText::OnLatticeUpdate method (ctffunc.h)

Called when a lattice element within a context changes.

Syntax

HRESULT OnLatticeUpdate(
  [in] ITfRange     *pRange,
  [in] ITfLMLattice *pLattice
);

Parameters

[in] pRange

Pointer to an ITfRange object that represents the range of text that changed.

[in] pLattice

Pointer to an ITfLMLattice object that represents the new lattice element.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_INVALIDARG
One or more parameters are invalid.

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 ctffunc.h
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfFnAdviseText

ITfLMLattice

ITfRange