Scroll to navigation

SetMetaFileBitsBetter16(3w) Wine API SetMetaFileBitsBetter16(3w)

NAME

SetMetaFileBitsBetter16 (GDI.196)

SYNOPSIS

HMETAFILE16 SetMetaFileBitsBetter16
(
HMETAFILE16 hMeta
)
 

DESCRIPTION

Trade in a metafile memory handle for a handle to a metafile object, making a cursory check (using IsValidMetaFile(3w)) that the memory handle points to a valid metafile.
 

RETURNS

Handle to a metafile on success, NULL on failure..
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/gdi.exe16/metafile.c".
Debug channel "metafile".
Oct 2012 Wine API