iTfInputProcessorProfileMgr::EnumProfiles 方法 (msctf.h)
ITfInputProcessorProfileMgr::EnumProfiles 方法返回要枚举的配置文件。
语法
HRESULT EnumProfiles(
[in] LANGID langid,
[out] IEnumTfInputProcessorProfiles **ppEnum
);
参数
[in] langid
[in] 要枚举的配置文件的 langid。 如果 langid 为 0,则将枚举所有配置文件。
[out] ppEnum
[out]用于接收 IEnumTfInputProcessorProfiles 接口指针的指针。
返回值
此方法可以返回其中一个值。
值 | 说明 |
---|---|
|
方法成功。 |
|
发生了未指定的错误。 |
|
一个或多个参数无效。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2003 R2 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | msctf.h |
DLL | Msctf.dll |