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.
| Value | Description |
|---|---|
|
The method was successful. |
|
An unspecified error occurred. |
|
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 |
|
|
IDL |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 5/16/2013