术语 | enumuilanguagesproc |
释义 | EnumUILanguagesProc 语法: BOOL CALLBACK EnumUILanguagesProc( __in LPTSTR lpUILanguageString, __in LONG_PTR lParam ); EnumUILanguagesProc功能 An application-defined callback function that processes enumerated user interface language information provided by the EnumUILanguages function.在UILANGUAGE_ENUMPROC类型定义一个指向这个回调函数。 EnumUILanguagesProc是一个应用程序的占位符定义函数的名称。 参数 lpUILanguageString [in] 缓冲区指针包含一个NULL结尾的字符串,表示用户界面语言识别或语言的名称,这取决于在调用中传递的EnumUILanguages dwFlags参数值。 lparam的 [in] 应用程序定义的值。 返回值 继续返回TRUE或FALSE,否则枚举。 备注 An EnumUILanguagesProc function can carry out any task.该应用程序注册这个函数的地址传递给EnumUILanguages功能。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinnls.h(头文件:winuser.h) 参见 多语言用户界面 多语言用户界面功能 EnumUILanguages 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月12号 ==英文原文==EnumUILanguagesProc Function An application-defined callback function that processes enumerated user interface language information provided by the EnumUILanguages function. The UILANGUAGE_ENUMPROC type defines a pointer to this callback function. EnumUILanguagesProc is a placeholder for the application-defined function name. Syntax BOOL CALLBACK EnumUILanguagesProc( __in LPTSTR lpUILanguageString, __in LONG_PTR lParam ); Parameters lpUILanguageString [in] Pointer to a buffer containing a null-terminated string representing a user interface language identifier or language name, depending on the value for the dwFlags parameter passed in the call to EnumUILanguages . lParam [in] Application-defined value. Return Value Returns TRUE to continue enumeration or FALSE otherwise. Remarks An EnumUILanguagesProc function can carry out any task. The application registers this function by passing its address to the EnumUILanguages function. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinnls.h (include Windows.h) See Also Multilingual User Interface Multilingual User Interface Functions EnumUILanguages Send comments about this topic to Microsoft Build date: 7/12/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd317835(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。