术语 | isvalidcodepage |
释义 | IsValidCodePage 语法: BOOL IsValidCodePage( __in UINT CodePage ); IsValidCodePage功能 决定指定的代码页是有效的。 参数 代码页 [in] 代码的代码页页标识进行检查。 返回值 返回一个非零值,如果代码页是有效的,或0如果代码页是无效的。 备注 代码页被视为有效仅当它是在操作系统上安装。 Unicode是首选。 与Windows Vista,所有代码可以安装的网页开始加载默认。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinnls.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 国家语言支持 国家语言支持功能 GetACP GetCPInfo GetOEMCP 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月12号 ==英文原文==IsValidCodePage Function Determines if a specified code page is valid. Syntax BOOL IsValidCodePage( __in UINT CodePage ); Parameters CodePage [in] Code page identifier for the code page to check. Return Value Returns a nonzero value if the code page is valid, or 0 if the code page is invalid. Remarks A code page is considered valid only if it is installed on the operating system. Unicode is preferred. Starting with Windows Vista, all code pages that can be installed are loaded by default. 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 GetACP GetCPInfo GetOEMCP Send comments about this topic to Microsoft Build date: 7/12/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd318674(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。