术语 | enumlanguagegroupsproc |
释义 | EnumLanguageGroupsProc 语法: BOOL CALLBACK EnumLanguageGroupsProc( __in LGRPID LanguageGroup, __in LPTSTR lpLanguageGroupString, __in LPTSTR lpLanguageGroupNameString, __in DWORD dwFlags, __in LONG_PTR lParam ); EnumLanguageGroupsProc功能 一个应用程序定义的回调函数,过程列举语文组信息的EnumSystemLanguageGroups提供的函数。在LANGUAGEGROUP_ENUMPROC类型定义一个指向这个回调函数。 EnumLanguageGroupsProc是一个应用程序的占位符定义函数的名称。 参数 LanguageGroup [in] 语言组标识符。此参数可以具有下列值之一: LGRPID_ARABIC LGRPID_ARMENIAN LGRPID_BALTIC LGRPID_CENTRAL_EUROPE LGRPID_CYRILLIC LGRPID_GEORGIAN LGRPID_GREEK LGRPID_HEBREW LGRPID_INDIC LGRPID_JAPANESE LGRPID_KOREAN LGRPID_SIMPLIFIED_CHINESE LGRPID_TRADITIONAL_CHINESE LGRPID_THAI LGRPID_TURKIC LGRPID_TURKISH LGRPID_VIETNAMESE LGRPID_WESTERN_EUROPE lpLanguageGroupString [in] 缓冲区指针包含空终止语言组标识符字符串。 lpLanguageGroupNameString [in] 缓冲区指针包含NULL结尾的语言组的名称字符串。 dwFlags [in] 旗指定是否语言组标识符或安装支持。此参数可以有以下值之一。 ValueMeaning LGRPID_INSTALLEDLanguage组标识符安装。 LGRPID_SUPPORTEDLanguage组标识符既支持和安装。 lparam的 [in] 应用程序定义的参数。此参数可用于错误检查。 返回值 继续返回TRUE或FALSE,否则枚举。 备注 An EnumLanguageGroupsProc function can carry out any desired task.该应用程序注册的地址传递给EnumSystemLanguageGroups这个函数的功能。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinnls.h(头文件:winuser.h) 参见 国家语言支持 国家语言支持功能 EnumLanguageGroupLocales EnumSystemLanguageGroups 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月12号 ==英文原文==EnumLanguageGroupsProc Function An application-defined callback function that processes enumerated language group information provided by the EnumSystemLanguageGroups function. The LANGUAGEGROUP_ENUMPROC type defines a pointer to this callback function. EnumLanguageGroupsProc is a placeholder for the application-defined function name. Syntax BOOL CALLBACK EnumLanguageGroupsProc( __in LGRPID LanguageGroup, __in LPTSTR lpLanguageGroupString, __in LPTSTR lpLanguageGroupNameString, __in DWORD dwFlags, __in LONG_PTR lParam ); Parameters LanguageGroup [in] Language group identifier. This parameter can have one of the following values: LGRPID_ARABIC LGRPID_ARMENIAN LGRPID_BALTIC LGRPID_CENTRAL_EUROPE LGRPID_CYRILLIC LGRPID_GEORGIAN LGRPID_GREEK LGRPID_HEBREW LGRPID_INDIC LGRPID_JAPANESE LGRPID_KOREAN LGRPID_SIMPLIFIED_CHINESE LGRPID_TRADITIONAL_CHINESE LGRPID_THAI LGRPID_TURKIC LGRPID_TURKISH LGRPID_VIETNAMESE LGRPID_WESTERN_EUROPE lpLanguageGroupString [in] Pointer to a buffer containing a null-terminated language group identifier string. lpLanguageGroupNameString [in] Pointer to a buffer containing a null-terminated language group name string. dwFlags [in] Flag specifying whether the language group identifier is supported or installed. This parameter can have one of the following values. ValueMeaning LGRPID_INSTALLEDLanguage group identifier is installed. LGRPID_SUPPORTEDLanguage group identifier is both supported and installed. lParam [in] Application-defined parameter. This parameter can be used for error checking. Return Value Returns TRUE to continue enumeration or FALSE otherwise. Remarks An EnumLanguageGroupsProc function can carry out any desired task. The application registers this function by passing its address to the EnumSystemLanguageGroups function. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinnls.h (include Windows.h) See Also National Language Support National Language Support Functions EnumLanguageGroupLocales EnumSystemLanguageGroups Send comments about this topic to Microsoft Build date: 7/12/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd317821(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。