术语 | enuminputcontext |
释义 | EnumInputContext 语法: BOOL CALLBACK EnumInputContext( __in HIMC hIMC, __in LPARAM lParam ); EnumInputContext功能 一个应用程序定义的回调函数过程的ImmEnumInputContext函数提供的输入上下文。在IMCENUMPROC类型定义一个指向这个回调函数。 EnumInputContext是一个应用程序的占位符定义函数的名称。 参数 hIMC [in] 句柄的输入上下文。 lparam的 [in] 应用提供的数据。 返回值 返回一个非零值继续枚举,或0停止枚举。 备注 应用程序必须通过其登记地址的ImmEnumInputContext功能此功能。 要求: 最低支持client-Windows XP 最低支持serverWindows服务器2003 VersionEast安装亚洲语言支持。 HeaderImm.h(头文件:winuser.h) LibraryImm32.lib 参见 输入法管理器 输入法管理器功能 ImmEnumInputContext 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月12号 ==英文原文==EnumInputContext Function An application-defined callback function that processes input contexts provided by the ImmEnumInputContext function. The IMCENUMPROC type defines a pointer to this callback function. EnumInputContext is a placeholder for the application-defined function name. Syntax BOOL CALLBACK EnumInputContext( __in HIMC hIMC, __in LPARAM lParam ); Parameters hIMC [in] Handle to the input context. lParam [in] Application-supplied data. Return Value Returns a nonzero value to continue enumeration, or 0 to stop enumeration. Remarks An application must register this function by passing its address to the ImmEnumInputContext function. Requirements Minimum supported clientWindows XP Minimum supported serverWindows Server 2003 VersionEast Asian language support installed. HeaderImm.h (include Windows.h) LibraryImm32.lib See Also Input Method Manager Input Method Manager Functions ImmEnumInputContext Send comments about this topic to Microsoft Build date: 7/12/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd317818(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。