Scroll to navigation

SetMetaFileBitsEx(3w) Wine API 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

Declared in "wingdi.h".
Implemented in "dlls/gdi32/metafile.c".
Debug channel "metafile".
Oct 2012 Wine API