The CloseMetaFile function closes a metafile device context and returns a handle that identifies a Windows-format metafile.
This function is provided for compatibility with earlier versions of Microsoft Windows. Win32-based applications should use the CloseEnhMetaFile function.
HMETAFILE CloseMetaFile(
HDC hdc |
// handle to metafile device context |
); |
If the function succeeds, the return value is a handle to a Windows-format metafile.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
A Windows-format metafile does not support the new curve, path, and transformation functions, such as PolyBezier, BeginPath, and SetWorldTransform. Applications that use these new functions and use metafiles to store pictures created by these functions should call the enhanced-format metafile functions.
To convert a Windows-format metafile into a new enhanced-format metafile, use the SetWinMetaFileBits function.
When an application no longer needs the Windows-format metafile handle, it should delete the handle by calling the DeleteMetaFile function.
BeginPath, CloseEnhMetaFile, CopyMetaFile, CreateMetaFile, DeleteMetaFile, EnumMetaFile, GetMetaFileBitsEx, PlayMetaFile, PolyBezier, SetWinMetaFileBits, SetWorldTransform
file: /Techref/os/win/api/win32/func/src/f06_5.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 01:31,
18.219.208.51:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f06_5.htm"> CloseMetaFile</A> |
Did you find what you needed? |