术语 | getsystemdefaultlcid |
释义 | GetSystemDefaultLCID 语法: LCID GetSystemDefaultLCID(void); GetSystemDefaultLCID函数 该系统区域返回的区域设置标识符。 注意任何应用程序只能在Windows Vista和以后应优先使用GetSystemDefaultLocaleName这个函数运行。 参数 这个函数没有参数。 返回值 返回系统的默认语言环境的设置标识符,由LOCALE_SYSTEM_DEFAULT确定。 备注 这个功能可以自定义区域设置检索数据。数据不能保证从同一计算机到计算机之间或应用程序的运行。如果应用程序必须坚持或传输数据,请参阅使用持久性本地化数据。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinnls.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 国家语言支持 国家语言支持功能 ConvertDefaultLocale GetLocaleInfo GetSystemDefaultLocaleName GetUserDefaultLCID 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月12号 ==英文原文==GetSystemDefaultLCID Function Returns the locale identifier for the system locale. Note Any application that runs only on Windows Vista and later should use GetSystemDefaultLocaleName in preference to this function. Syntax LCID GetSystemDefaultLCID(void); Parameters This function has no parameters. Return Value Returns the locale identifier for the system default locale, identified by LOCALE_SYSTEM_DEFAULT . Remarks This function can retrieve data from custom locales . Data is not guaranteed to be the same from computer to computer or between runs of an application. If your application must persist or transmit data, see Using Persistent Locale Data . 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 ConvertDefaultLocale GetLocaleInfo GetSystemDefaultLocaleName GetUserDefaultLCID Send comments about this topic to Microsoft Build date: 7/12/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd318121(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。