网站首页  词典首页

请输入您要查询的函数:

 

术语 enumregisterwordproc
释义 EnumRegisterWordProc
语法:
INT CALLBACK EnumRegisterWordProc(
__in LPCTSTR lpszReading,
__in DWORD dwStyle,
__in LPCTSTR lpszString,
__in LPVOID lpData
);
EnumRegisterWordProc功能
一个应用程序定义的回调函数与ImmEnumRegisterWord功能使用。它是用来处理字符串的登记资料。在REGISTERWORDENUMPROC类型定义一个指向这个回调函数。 EnumRegisterWordProc该是一个应用程序的占位符定义函数的名称。
参数
lpszReading [in]
指向一个以NULL结尾的字符串指定字符串匹配的阅读。
dwStyle [in]
登记册的字符串样式。
lpszString [in]
指向一个以NULL结尾的字符串指定字符串匹配的登记。
lpData [in]
应用提供的数据。
返回值
返回一个非零值继续枚举,或0停止枚举。
备注
申请书须通过其登记地址的ImmEnumRegisterWord功能此功能。
要求:
最低支持client-Windows XP
最低支持serverWindows服务器2003
VersionEast安装亚洲语言支持。
HeaderImm.h(头文件:winuser.h)
Unicode和ANSI namesEnumRegisterWordProcW(Unicode)和EnumRegisterWordProcA(ANSI)的
参见
输入法管理器
输入法管理器功能
ImmEnumRegisterWord
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月12号
==英文原文==EnumRegisterWordProc Function
An application-defined callback function used with the ImmEnumRegisterWord function. It is used to process data of register strings. The REGISTERWORDENUMPROC type defines a pointer to this callback function. EnumRegisterWordProc is a placeholder for the application-defined function name.
Syntax
INT CALLBACK EnumRegisterWordProc(
__in LPCTSTR lpszReading,
__in DWORD dwStyle,
__in LPCTSTR lpszString,
__in LPVOID lpData
);
Parameters
lpszReading [in]
Pointer to a null-terminated string specifying the matched reading string.
dwStyle [in]
The style of the register string.
lpszString [in]
Pointer to a null-terminated string specifying the matched register string.
lpData [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 ImmEnumRegisterWord function.
Requirements
Minimum supported clientWindows XP
Minimum supported serverWindows Server 2003
VersionEast Asian language support installed.
HeaderImm.h (include Windows.h)
Unicode and ANSI namesEnumRegisterWordProcW (Unicode) and EnumRegisterWordProcA (ANSI)
See Also
Input Method Manager
Input Method Manager Functions
ImmEnumRegisterWord
Send comments about this topic to Microsoft
Build date: 7/12/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd317824(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:19:53