PlayEnhMetaFileRecord (GDI32.@)
BOOL PlayEnhMetaFileRecord ( HDC hdc, LPHANDLETABLE handletable, const ENHMETARECORD* mr, UINT handles )
hdc | [In] | device context in which to render EMF record. |
handletable | [In] | array of handles to be used in rendering record. |
mr | [In] | EMF record to render. |
[In] | size of handle array. |
Render a single enhanced metafile record in the device context hdc.
TRUE (non zero) on success, FALSE on error.
Many unimplemented records. No error handling on record play failures (ie checking return codes).
WinNT actually updates the current world transform in this function whereas Win9x does not.
Declared in "include/wingdi.h". gitlab.winehq.org/wine/wine/blob/master/include/wingdi.h
Implemented in "dlls/gdi32/enhmetafile.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi32/enhmetafile.c
Debug channel "enhmetafile".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.