术语 | removefontmemresourceex |
释义 | RemoveFontMemResourceEx 语法: BOOL RemoveFontMemResourceEx( __in HANDLE fh ); RemoveFontMemResourceEx功能 该RemoveFontMemResourceEx函数删除字体从一个内存映像文件的补充。 参数 跳频 [in] 句柄的字体资源。这种处理是由AddFontMemResourceEx函数返回。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。没有扩展的错误信息是可用。 备注 此函数删除一个由AddFontMemResourceEx函数添加的字体。要删除字体,指定相同的路径和国旗,在AddFontMemResourceEx使用。此功能将只删除字体,由跳频指定。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 字体和文字概述 字体和文本函数 AddFontMemResourceEx SendMessage消息 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==RemoveFontMemResourceEx Function The RemoveFontMemResourceEx function removes the fonts added from a memory image file. Syntax BOOL RemoveFontMemResourceEx( __in HANDLE fh ); Parameters fh [in] A handle to the font-resource. This handle is returned by the AddFontMemResourceEx function. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. No extended error information is available. Remarks This function removes a font that was added by the AddFontMemResourceEx function. To remove the font, specify the same path and flags as were used in AddFontMemResourceEx. This function will only remove the font that is specified by fh. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Fonts and Text Overview Font and Text Functions AddFontMemResourceEx SendMessage Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162921(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。