CloseMetaFile(3w)
NAME
CloseMetaFile (GDI32.@)
SYNOPSIS
HMETAFILE CloseMetaFile
(
HDC hdc
)
DESCRIPTION
Stop recording graphics operations in metafile associated with hdc and
retrieve metafile.
PARAMS
hdc [In] Metafile DC to close.
RETURNS
Handle of newly created metafile on success, 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".