SetMetaFileBitsEx (GDI32.@)
HMETAFILE SetMetaFileBitsEx ( UINT size, const BYTE* lpData )
Create a metafile from raw data. No checking of the data is performed. Use GetMetaFileBitsEx to get raw data from a metafile.
size | [In] | size of metafile, in bytes. |
lpData | [In] | pointer to metafile data. |
Success: Handle to metafile.
Failure: NULL.
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.