ITfThreadMgr2::GetFunctionProvider method
Obtains the specified function provider object.
Syntax
HRESULT GetFunctionProvider(
[in] REFCLSID clsid,
[out] ITfFunctionProvider **ppFuncProv
);
Parameters
- clsid [in]
-
CLSID of the desired function provider. This can be the CLSID of a function provider registered for the calling thread or one of the following predefined values.
- ppFuncProv [out]
-
Pointer to a ITfFunctionProvider interface that receives the function provider.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
No function provider matching clsid was available. |
|
GUID_SYSTEM_FUNCTIONPROVIDER was requested, but cannot be obtained. |
Remarks
A function provider registers by calling the TSF manager ITfSourceSingle::AdviseSingleSink method with IID_ITfFunctionProvider.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also