The GetEnhMetaFile function creates a handle that identifies the enhanced-format metafile stored in the specified file.
HENHMETAFILE GetEnhMetaFile(
LPCTSTR lpszMetaFile |
// address of metafile name |
); |
If the function succeeds, the return value is a handle of the enhanced metafile.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
When the application no longer needs an enhanced-metafile handle, it should delete the handle by calling the DeleteEnhMetaFile function.
A Windows-format metafile must be converted to the enhanced format before it can be processed by the GetEnhMetaFile function. To convert the file, use the SetWinMetaFileBits function.
Where text arguments must use Unicode characters, use this function as a wide-character function. Where text arguments must use characters from the Windows 3.x character set, use this function as an ANSI function.
Windows 95: The maximum length of the description string for an enhanced metafile is 16,384 bytes.
DeleteEnhMetaFile, GetEnhMetaFile, SetWinMetaFileBits
file: /Techref/os/win/api/win32/func/src/f31_5.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 01:23,
3.133.133.18: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://ecomorder.com/techref/os/win/api/win32/func/src/f31_5.htm"> GetEnhMetaFile</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.