CreateMetaFileW(3w)
NAME
CreateMetaFileW (GDI32.@)
SYNOPSIS
HDC CreateMetaFileW
(
LPCWSTR filename
)
DESCRIPTION
Create a new DC and associate it with a metafile. Pass a filename to create a disk-based metafile, NULL to create a memory metafile.
PARAMS
filename [In] Filename of disk metafile.
RETURNS
A handle to the metafile DC if successful, NULL on failure.
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/mfdrv/init.c".
- Debug channel "metafile".