NAME

PlayEnhMetaFileRecord  (GDI32.@)

SYNOPSIS

 BOOL PlayEnhMetaFileRecord
 (
  HDC                  hdc,
  LPHANDLETABLE        handletable,
  const ENHMETARECORD* mr,
  UINT                 handles
 )

PARAMS

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.

DESCRIPTION

Render a single enhanced metafile record in the device context hdc.

RETURNS

TRUE (non zero) on success, FALSE on error.

BUGS

Many unimplemented records. No error handling on record play failures (ie checking return codes).

NOTES

WinNT actually updates the current world transform in this function whereas Win9x does not.

IMPLEMENTATION

Declared in "wingdi.h". https://source.winehq.org/source/include/wingdi.h

Implemented in "dlls/gdi32/enhmetafile.c". https://source.winehq.org/source/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 Apr 2024.