.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PlayMetaFile 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPlayMetaFile\fR (GDI32.@) .SH SYNOPSIS BOOL PlayMetaFile ( HDC \fIhdc\fR, HMETAFILE \fIhmf\fR ) .SH DESCRIPTION .PP Renders the metafile specified by \fIhmf\fR in the \fBDC\fR specified by \fIhdc\fR. Returns \fBFALSE\fR on failure, \fBTRUE\fR on success. .SH PARAMS \fIhdc\fR \fB[In]\fR handle of \fBDC\fR to render in. .PP \fIhmf\fR \fB[In]\fR handle of metafile to render. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/metafile.c"\fR. .PP Debug channel \fB"metafile"\fR.