.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PlayEnhMetaFileRecord 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPlayEnhMetaFileRecord\fR (GDI32.@) .SH SYNOPSIS BOOL PlayEnhMetaFileRecord ( HDC \fIhdc\fR, LPHANDLETABLE \fIhandletable\fR, const ENHMETARECORD* \fImr\fR, UINT \fIhandles\fR ) .SH PARAMS \fIhdc\fR \fB[In]\fR device context in which to render \fBEMF\fR record. .PP \fIhandletable\fR \fB[In]\fR array of \fIhandles\fR to be used in rendering record. .PP \fImr\fR \fB[In]\fR \fBEMF\fR record to render. .PP \fB[In]\fR size of handle array. .PP .SH DESCRIPTION .PP Render a single enhanced metafile record in the device context \fIhdc\fR. .SH RETURNS .PP \fBTRUE\fR (non zero) on success, \fBFALSE\fR on error. .SH BUGS .PP Many unimplemented records. No error handling on record play failures (ie checking return codes). .SH NOTES .PP WinNT actually updates the current world transform in this function whereas Win9x does not. .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/enhmetafile.c"\fR. .PP Debug channel \fB"enhmetafile"\fR.