ITfInputProcessorProfileMgr::EnumProfiles method
The ITfInputProcessorProfileMgr::EnumProfiles method returns profiles to be enumerated.
Syntax
HRESULT EnumProfiles(
[in] LANGID langid,
[out] IEnumTfInputProcessorProfiles **ppEnum
);
Parameters
- langid [in]
-
[in] langid of the profiles to be enumerated. If langid is 0, all profiles will be enumerated.
- ppEnum [out]
-
[out] The pointer to receive a pointer of IEnumTfInputProcessorProfiles interface.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
An unspecified error occurred. |
|
One or more parameters are invalid. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|