术语 | deletemetafile |
释义 | DeleteMetaFile 语法: BOOL DeleteMetaFile( __in HMETAFILE hmf ); DeleteMetaFile功能 该DeleteMetaFile函数删除Windows的格式或Windows图元文件格式的图元文件句柄。 注意:此功能仅提供兼容的Windows图元文件格式。增强型图元文件格式,提供卓越的功能,并建议新的应用。对于一个增强型图元文件格式,相应的功能是DeleteEnhMetaFile。 参数 羟甲基糠醛 [in] 一个句柄,的Windows图元文件格式。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 备注 如果得到羟甲基糠醛参数确定的图元文件存储在内存中(而不是在磁盘上),其内容是丧失了使用功能的DeleteMetaFile时被删除。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 图元文件概述 图元文件函数 CopyMetaFile CreateMetaFile DeleteEnhMetaFile 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==DeleteMetaFile Function The DeleteMetaFile function deletes a Windows-format metafile or Windows-format metafile handle. Note This function is provided only for compatibility with Windows-format metafiles. Enhanced-format metafiles provide superior functionality and are recommended for new applications. The corresponding function for an enhanced-format metafile is DeleteEnhMetaFile . Syntax BOOL DeleteMetaFile( __in HMETAFILE hmf ); Parameters hmf [in] A handle to a Windows-format metafile. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Remarks If the metafile identified by the hmf parameter is stored in memory (rather than on a disk), its content is lost when it is deleted by using the DeleteMetaFile function. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Metafiles Overview Metafile Functions CopyMetaFile CreateMetaFile DeleteEnhMetaFile Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd183537(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。