Scroll to navigation

CloseMetaFile(3w) Wine API 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

Declared in "wingdi.h".
Implemented in "dlls/gdi32/mfdrv/init.c".
Debug channel "metafile".
Oct 2012 Wine API