PlayMetaFile (GDI32.@)
BOOL PlayMetaFile ( HDC hdc, HMETAFILE hmf )
Renders the metafile specified by hmf in the DC specified by hdc. Returns FALSE on failure, TRUE on success.
hdc | [In] | handle of DC to render in. |
hmf | [In] | handle of metafile to render. |
Success: TRUE
Failure: FALSE
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.