术语 | getkbcodepage |
释义 | GetKBCodePage 语法: UINT GetKBCodePage(VOID); Return Value The return value is an OEM code-page identifier, or it is the default identifier if the registry value is not readable. For a list of OEM code-page identifiers, see GetOEMCP. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Keyboard Input , GetACP , GetOEMCP GetKBCodePage功能 该GetKBCodePage函数返回当前的代码页。 注意:此功能仅提供了兼容性与16位的Windows版本。应用程序应该使用GetOEMCP函数来检索系统的OEM代码页标识符。 ==英文原文==GetKBCodePage Function The GetKBCodePage function returns the current code page. Note This function is provided only for compatibility with 16-bit versions of Windows. Applications should use the GetOEMCP function to retrieve the OEM code-page identifier for the system. Syntax UINT GetKBCodePage(VOID); Return Value The return value is an OEM code-page identifier, or it is the default identifier if the registry value is not readable. For a list of OEM code-page identifiers, see GetOEMCP. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Keyboard Input , GetACP , GetOEMCP ==原始网址==http://msdn.microsoft.com/en-us/library/ms646295(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。