SetMetaFileBits16 (GDI.160)
HMETAFILE16 SetMetaFileBits16 ( HGLOBAL16 hMem )
Trade in a metafile memory handle for a handle to a metafile object. The memory region should hold a proper metafile, otherwise problems will occur when it is used. Validity of the memory is not checked. The function is essentially just the identity function.
hMem | [In] | handle to a memory region holding a metafile. |
Handle to a metafile on success, NULL on failure..
Declared in "include/wingdi.h". gitlab.winehq.org/wine/wine/blob/master/include/wingdi.h
Implemented in "dlls/gdi.exe16/metafile.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi.exe16/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.