.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CloseMetaFile 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCloseMetaFile\fR (GDI32.@) .SH SYNOPSIS HMETAFILE CloseMetaFile ( HDC \fIhdc\fR ) .SH DESCRIPTION .PP Stop recording graphics operations in metafile associated with \fIhdc\fR and retrieve metafile. .SH PARAMS \fIhdc\fR \fB[In]\fR Metafile \fBDC\fR to close. .PP .SH RETURNS .PP Handle of newly created metafile on success, \fBNULL\fR on failure. .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/mfdrv/init.c"\fR. .PP Debug channel \fB"metafile"\fR.