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 "wine/wingdi16.h". https://source.winehq.org/source/include/wine/wingdi16.h

Implemented in "dlls/gdi.exe16/metafile.c". https://source.winehq.org/source/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 Apr 2024.