EnumMetaFile (GDI32.@)
BOOL EnumMetaFile ( HDC hdc, HMETAFILE hmf, MFENUMPROC lpEnumFunc, LPARAM lpData )
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).
TRUE on success, FALSE on failure.
Declared in "include/wingdi.h". gitlab.winehq.org/wine/wine/blob/master/include/wingdi.h
Implemented in "dlls/gdi32/metafile.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi32/metafile.c
Debug channel "metafile".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.