ITfFnLMProcessor::InvokeFunc method (ctffunc.h)

Invokes a function of the language model text service.

Syntax

HRESULT InvokeFunc(
  [in] ITfContext *pic,
  [in] REFGUID    refguidFunc
);

Parameters

[in] pic

Pointer to an ITfContext interface that represents context to perform the function on.

[in] refguidFunc

Contains a GUID that specifies the function to invoke. Possible values for this parameter are defined by the language model text service provider.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.

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

ITfContext

ITfFnLMProcessor