网站首页  词典首页

请输入您要查询的函数:

 

术语 removefontresourceex
释义 RemoveFontResourceEx
语法:
BOOL RemoveFontResourceEx(
__in LPCTSTR lpFileName,
__in DWORD fl,
__in PVOID pdv
);
RemoveFontResourceEx功能
该RemoveFontResourceEx函数中删除从系统字体表指定文件的字体。
参数
lpFileName [in]
一个指向 null 结尾的字符串指针,名称字体资源文件。
fl [in]
对字体的特点是从系统中删除。为了使字体删除,使用时,必须作为字体是与AddFontResourceEx功能添加相同的标志。有关更多信息,AddFontResourceEx功能。
pdv [in]
保留。必须为零。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。没有扩展的错误信息是可用。
备注
此功能将只删除字体,如果指定的标志,是在当时的字体是与AddFontResourceEx功能添加相同。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWingdi.h(头文件:winuser.h)
LibraryGdi32.lib
DLLGdi32.dll
Unicode和ANSI namesRemoveFontResourceExW(Unicode)和RemoveFontResourceExA(ANSI)的
参见
字体和文字概述
字体和文本函数
AddFontResourceEx
SendMessage消息
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==RemoveFontResourceEx Function
The RemoveFontResourceEx function removes the fonts in the specified file from the system font table.
Syntax
BOOL RemoveFontResourceEx(
__in LPCTSTR lpFileName,
__in DWORD fl,
__in PVOID pdv
);
Parameters
lpFileName [in]
A pointer to a null-terminated string that names a font resource file.
fl [in]
The characteristics of the font to be removed from the system. In order for the font to be removed, the flags used must be the same as when the font was added with the AddFontResourceEx function. See the AddFontResourceEx function for more information.
pdv [in]
Reserved. Must be zero.
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 will only remove the font if the flags specified are the same as when then font was added with the AddFontResourceEx function.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWingdi.h (include Windows.h)
LibraryGdi32.lib
DLLGdi32.dll
Unicode and ANSI namesRemoveFontResourceExW (Unicode) and RemoveFontResourceExA (ANSI)
See Also
Fonts and Text Overview
Font and Text Functions
AddFontResourceEx
SendMessage
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd162923(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:21:53