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. 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.
CopyEnhMetaFile, CreateEnhMetaFile, DeleteEnhMetaFile, EnumEnhMetaFile, GetEnhMetaFileBits, GetWinMetaFileBits, PlayEnhMetaFile