GetMetaFileBitsEx(3w)
NAME
GetMetaFileBitsEx (GDI32.@)
SYNOPSIS
UINT GetMetaFileBitsEx ( HMETAFILE hmf, UINT nSize, LPVOID buf )
DESCRIPTION
Get raw metafile data.
Copies the data from metafile _hmf_ into the buffer _buf_.
PARAMS
hmf [In] metafile.
nSize [In] size of buf.
buf [Out] buffer to receive raw metafile data.
RETURNS
If _buf_ is zero, returns size of buffer required. Otherwise, returns
number of bytes copied.
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".