CopyMetaFileW (GDI32.@)
HMETAFILE CopyMetaFileW ( HMETAFILE hSrcMetaFile, LPCWSTR lpFilename )
Copies the metafile corresponding to hSrcMetaFile to either a disk file, if a filename is given, or to a new memory based metafile, if lpFileName is NULL.
hSrcMetaFile | [In] | handle of metafile to copy. |
lpFilename | [In] | filename if copying to a file. |
Handle to metafile copy on success, NULL on failure.
Copying to disk returns NULL even if successful.
Defined in "wingdi.h".
Implemented in "dlls/gdi/metafile.c". source.winehq.org/source/dlls/gdi/metafile.c
Debug channel "metafile".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.