SetMetaFileBitsEx(3w)
NAME
SetMetaFileBitsEx (GDI32.@)
SYNOPSIS
HMETAFILE SetMetaFileBitsEx ( UINT size, const BYTE* lpData )
DESCRIPTION
Create a metafile from raw data. No checking of the data is performed. Use GetMetaFileBitsEx(3w) to get raw data from a metafile.
PARAMS
size [In] size of metafile, in bytes.
lpData [In] pointer to metafile data.
RETURNS
Success: Handle to metafile.
Failure: NULL.
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/metafile.c".
- Debug channel "metafile".