GetMetaFileBitsEx (GDI32.@)
UINT GetMetaFileBitsEx ( HMETAFILE hmf, UINT nSize, LPVOID buf )
Get raw metafile data.
Copies the data from metafile _hmf_ into the buffer _buf_.
hmf | [In] | metafile. |
nSize | [In] | size of buf. |
buf | [Out] | buffer to receive raw metafile data. |
If _buf_ is zero, returns size of buffer required. Otherwise, returns number of bytes copied.
Defined in "wingdi.h".
Implemented in "dlls/gdi/metafile.c". source.winehq.org/source/dlls/gdi/metafile.c
Debug channel "metafile".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.