Group: Metafile - Library: gdi32
The GetEnhMetaFile function creates a handle that identifies the enhanced-format metafile stored in the specified file.
How to display picture stored in enhanced-format metafile (*.emf)
How to print picture stored in enhanced-format metafile (*.emf)
HENHMETAFILE GetEnhMetaFile(
LPCTSTR lpszMetaFile // file name
);
DECLARE INTEGER GetEnhMetaFile IN gdi32;
STRING lpszMetaFile
lpszMetaFile [in] Pointer to a null-terminated string that specifies the name of an enhanced metafile.
If the function succeeds, the return value is a handle to the enhanced metafile.
When the application no longer needs an enhanced-metafile handle, it should delete the handle by calling the DeleteEnhMetaFile function.