IsValidMetaFile16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/metafile16.c".

Debug channel "metafile".