The CloseEnhMetaFile function closes an enhanced-metafile device context and returns a handle that identifies an enhanced-format metafile.
HENHMETAFILE CloseEnhMetaFile(
HDC hdc // handle to an enhanced-metafile device context
);
If the function succeeds, the return value is a handle to an enhanced metafile.
If the function fails, the return value is NULL.
Windows NT: To get extended error information, call GetLastError.
An application can use the enhanced-metafile handle returned by the CloseEnhMetaFile function to perform the following tasks:
When the application no longer needs the enhanced metafile handle, it should release the handle by calling the DeleteEnhMetaFile function.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in wingdi.h.
Import Library: Use gdi32.lib.
Metafiles Overview, Metafile Functions, CopyEnhMetaFile, CreateEnhMetaFile, DeleteEnhMetaFile, EnumEnhMetaFile, GetEnhMetaFileBits, GetWinMetaFileBits, PlayEnhMetaFile