This topic has not yet been rated - Rate this topic

ITfInputProcessorProfiles::GetLanguageProfileDescription method

Syntax


HRESULT GetLanguageProfileDescription(
  [in]   REFCLSID rclsid,
  [in]   LANGID langid,
  [in]   REFGUID guidProfile,
  [out]  BSTR *pbstrProfile
);

Parameters

rclsid [in]

Contains the CLSID of the text service to obtain the profile description for.

langid [in]

Contains a LANGID value that specifies which language to obtain the profile description for.

guidProfile [in]

Contains a GUID value that identifies the language to obtain the profile description for.

pbstrProfile [out]

Pointer to a BSTR value that receives the description string. The caller is responsible for freeing this memory using SysFreeString when it is no longer required.

Return value

This method can return one of these values.

ValueDescription
S_OK

The method was successful.

E_FAIL

An unspecified error occurred.

E_INVALIDARG

pbstrProfile is invalid.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Msctf.h

IDL

Msctf.idl

DLL

Msctf.dll

See also

ITfInputProcessorProfiles
ITfInputProcessorProfiles::AddLanguageProfile
SysFreeString

 

 

Send comments about this topic to Microsoft

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.