###User Defined Function###
_WinAPI_DeleteEnhMetaFile

###Description###
Deletes an enhanced-format metafile or an enhanced-format metafile handle.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_DeleteEnhMetaFile ( $hEmf )


###Parameters###
@@ParamTable@@
$hEmf
	Handle to an enhanced metafile.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True
Failure 	False
@@End@@


###Remarks###
If the $hEmf parameter identifies an enhanced metafile stored in memory, the <a href="_WinAPI_DeleteEnhMetaFile.htm">_WinAPI_DeleteEnhMetaFile()</a> 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 <a href="_WinAPI_GetEnhMetaFile.htm">_WinAPI_GetEnhMetaFile()</a> function.


###Related###
_WinAPI_GetEnhMetaFile


###See Also###
@@MsdnLink@@ DeleteEnhMetaFile


###Example###
@@IncludeExample@@
