术语 | deleteenhmetafile |
释义 | DeleteEnhMetaFile 语法: BOOL DeleteEnhMetaFile( __in HENHMETAFILE hemf ); DeleteEnhMetaFile功能 该DeleteEnhMetaFile函数删除一个增强型图元文件格式或增强型图元文件格式的处理。 参数 hemf [in] 句柄到增强型图元。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 备注 如果hemf参数标识一个增强型图元文件存储在内存中的DeleteEnhMetaFile函数删除的图元文件。如果hemf标识图元文件存储在磁盘上,该函数删除图元文件处理,但不破坏实际的图元文件。应用程序可以通过调用函数的GetEnhMetaFile文件。 实例 有关示例,请参阅开户增强型图元文件并显示其内容。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll Unicode和ANSI namesDeleteEnhMetaFileW(Unicode的) 参见 图元文件概述 图元文件函数 CopyEnhMetaFile CreateEnhMetaFile GetEnhMetaFile 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==DeleteEnhMetaFile Function The DeleteEnhMetaFile function deletes an enhanced-format metafile or an enhanced-format metafile handle. Syntax BOOL DeleteEnhMetaFile( __in HENHMETAFILE hemf ); Parameters hemf [in] A handle to an enhanced metafile. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Remarks If the hemf parameter identifies an enhanced metafile stored in memory, the DeleteEnhMetaFile function deletes the metafile. If hemf identifies a metafile stored on a disk, the function deletes the metafile handle but does not destroy the actual metafile. An application can retrieve the file by calling the GetEnhMetaFile function. Examples For an example, see Opening an Enhanced Metafile and Displaying Its Contents . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll Unicode and ANSI namesDeleteEnhMetaFileW (Unicode) See Also Metafiles Overview Metafile Functions CopyEnhMetaFile CreateEnhMetaFile GetEnhMetaFile Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd183534(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。