IsValidMetaFile16(3w)
NAME
IsValidMetaFile16 (GDI.410)
SYNOPSIS
BOOL16 IsValidMetaFile16
(
HMETAFILE16 hmf
)
DESCRIPTION
Attempts to check if a given metafile is correctly formatted. Currently, the only things verified are several properties of the header.
RETURNS
TRUE if hmf passes some tests for being a valid metafile, FALSE otherwise.
BUGS
This is not exactly what Windows(tm) does, see _Undocumented_Windows_
for details.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/metafile16.c".
- Debug channel "metafile".