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.
Declared in "include/wingdi.h". gitlab.winehq.org/wine/wine/blob/master/include/wingdi.h
Implemented in "dlls/gdi32/metafile.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi32/metafile.c
Debug channel "metafile".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.