###User Defined Function###
_WinAPI_GetEnhMetaFileHeader

###Description###
Retrieves the record containing the header for the specified enhanced-format metafile.

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


###Parameters###
@@ParamTable@@
$hEmf
	Handle to the enhanced metafile for which the header is to be retrieved.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	$tagENHMETAHEADER structure that contains the header record, @extended flag will contain the number of bytes copied to the structure, in bytes.
Failure 	Sets the @error flag to non-zero.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetEnhMetaFileHeader
