PlayEnhMetaFile(3w)
NAME
PlayEnhMetaFile (GDI32.@)
SYNOPSIS
BOOL PlayEnhMetaFile ( HDC hdc, HENHMETAFILE hmf, const RECT* lpRect )
PARAMS
hdc [In] DC to render into.
hmf [In] metafile to render.
[In] rectangle to place metafile inside.
DESCRIPTION
Renders an enhanced metafile into a specified rectangle *lpRect in
device context hdc.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/enhmetafile.c".
- Debug channel "enhmetafile".