EnumMetaFile(3w)
NAME
EnumMetaFile (GDI32.@)
SYNOPSIS
BOOL EnumMetaFile ( HDC hdc, HMETAFILE hmf, MFENUMPROC lpEnumFunc, LPARAM lpData )
DESCRIPTION
Loop through the metafile records in hmf, calling the user-specified
function for each one, stopping when the user's function returns FALSE
(which is considered to be failure) or when no records are left (which
is considered to be success).
RETURNS
TRUE on success, FALSE on failure.
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/metafile.c".
- Debug channel "metafile".