SetMetaFileBits16(3w)
NAME
SetMetaFileBits16 (GDI.160)
SYNOPSIS
HMETAFILE16 SetMetaFileBits16
(
HGLOBAL16 hMem
)
DESCRIPTION
Trade in a metafile memory handle for a handle to a metafile object.
The memory region should hold a proper metafile, otherwise problems
will occur when it is used. Validity of the memory is not checked. The
function is essentially just the identity function.
PARAMS
hMem [In] handle to a memory region holding a metafile.
RETURNS
Handle to a metafile on success, NULL on failure..
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".