GetMetaFileBitsEx (GDI32.@)
UINT GetMetaFileBitsEx ( HMETAFILE hmf, UINT buf_size, void* 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.
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.