PlayMetaFile(3w)
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
Defined in "gdi_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/metafile.c".
- Debug channel "metafile".