.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetMetaFileBits16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetMetaFileBits16\fR (GDI.160) .SH SYNOPSIS HMETAFILE16 SetMetaFileBits16 ( HGLOBAL16 \fIhMem\fR ) .SH DESCRIPTION .PP Trade in a metafile memory handle for a handle to a metafile object. The memory region should hold a proper metafile, otherwise problems will occur when it is used. Validity of the memory is not checked. The function is essentially just the identity function. .SH PARAMS \fIhMem\fR \fB[In]\fR handle to a memory region holding a metafile. .PP .SH RETURNS .PP Handle to a metafile on success, \fBNULL\fR on failure.\fB.\fR .SH IMPLEMENTATION .PP Declared in \fB"wine/wingdi16.h"\fR. .PP Implemented in \fB"dlls/gdi.exe16/metafile.c"\fR. .PP Debug channel \fB"metafile"\fR.