msctf: Semi-stub implementation of ITfInputProcessorProfiles::GetLanguageList.
This commit is contained in:
parent
3fff6ec879
commit
a19efb7ad9
@ -422,8 +422,11 @@ static HRESULT WINAPI InputProcessorProfiles_GetLanguageList(
|
|||||||
ITfInputProcessorProfiles *iface, LANGID **ppLangId, ULONG *pulCount)
|
ITfInputProcessorProfiles *iface, LANGID **ppLangId, ULONG *pulCount)
|
||||||
{
|
{
|
||||||
InputProcessorProfiles *This = (InputProcessorProfiles*)iface;
|
InputProcessorProfiles *This = (InputProcessorProfiles*)iface;
|
||||||
FIXME("STUB:(%p)\n",This);
|
FIXME("Semi-STUB:(%p)\n",This);
|
||||||
return E_NOTIMPL;
|
*ppLangId = CoTaskMemAlloc(sizeof(LANGID));
|
||||||
|
**ppLangId = This->currentLanguage;
|
||||||
|
*pulCount = 1;
|
||||||
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI InputProcessorProfiles_EnumLanguageProfiles(
|
static HRESULT WINAPI InputProcessorProfiles_EnumLanguageProfiles(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user