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® does, see _Undocumented_Windows_ for details.

IMPLEMENTATION

Declared in "include/wine/wingdi16.h". gitlab.winehq.org/wine/wine/blob/master/include/wine/wingdi16.h

Implemented in "dlls/gdi.exe16/metafile.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi.exe16/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.