###User Defined Function###
_WinAPI_GetEnhMetaFileDescription

###Description###
Retrieves an optional text description from an enhanced-format metafile.

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


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

###ReturnValue###
@@ReturnTable@@
Success 	0 if the optional text description does not exist, otherwise an array that contains the following information:
		[0] - Application name
		[1] - Picture name
Failure 	sets the @error flag to non-zero.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetEnhMetaFileDescription


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