NAME

PlayMetaFile  (GDI32.@)

SYNOPSIS

 BOOL PlayMetaFile
 (
  HDC       hdc,
  HMETAFILE hmf
 )

DESCRIPTION

Renders the metafile specified by hmf in the DC specified by hdc. Returns FALSE on failure, TRUE on success.

PARAMS

hdc [In] handle of DC to render in.
hmf [In] handle of metafile to render.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

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

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