.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH EnumMetaFile 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBEnumMetaFile\fR (GDI32.@) .SH SYNOPSIS BOOL EnumMetaFile ( HDC \fIhdc\fR, HMETAFILE \fIhmf\fR, MFENUMPROC \fIlpEnumFunc\fR, LPARAM \fIlpData\fR ) .SH DESCRIPTION .PP Loop through the metafile records in \fIhmf\fR, calling the user-specified function for each one, stopping when the user's function returns \fBFALSE\fR (which is considered to be failure) or when no records are left (which is considered to be success). .SH RETURNS .PP \fBTRUE\fR on success, \fBFALSE\fR on failure. .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/metafile.c"\fR. .PP Debug channel \fB"metafile"\fR.