CreateMetaFileW (GDI32.@)
HDC CreateMetaFileW ( LPCWSTR filename )
Create a new DC and associate it with a metafile. Pass a filename to create a disk-based metafile, NULL to create a memory metafile.
filename | [In] | Filename of disk metafile. |
A handle to the metafile DC if successful, NULL on failure.
Defined in "wingdi.h".
Implemented in "dlls/gdi32/mfdrv/init.c". source.winehq.org/source/dlls/gdi32/mfdrv/init.c
Debug channel "metafile".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.