术语 | getuserdefaultlangid |
释义 | GetUserDefaultLangID 语法: LANGID GetUserDefaultLangID(void); GetUserDefaultLangID功能 当前用户区域设置返回的语言标识符。 参数 这个函数没有参数。 返回值 当前用户区域设置返回的语言标识符。有关更多信息,请参阅语言标识符常量和字符串。 备注 返回值不一定相同,返回GetSystemDefaultLangID,即使是单用户计算机。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinnls.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 国家语言支持 国家语言支持功能 GetSystemDefaultLangID 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月12号 ==英文原文==GetUserDefaultLangID Function Returns the language identifier for the current user locale. Syntax LANGID GetUserDefaultLangID(void); Parameters This function has no parameters. Return Value Returns the language identifier for the current user locale. For more information, see Language Identifier Constants and Strings . Remarks The return value is not necessarily the same as that returned by GetSystemDefaultLangID , even for a single-user computer. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinnls.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also National Language Support National Language Support Functions GetSystemDefaultLangID Send comments about this topic to Microsoft Build date: 7/12/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd318134(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。