SetMetaFileBitsEx.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SetMetaFileBitsEx (GDI32.@)

SYNOPSIS

HMETAFILE SetMetaFileBitsEx
 (
  UINT        size,
  const BYTE* lpData
 )

DESCRIPTION

Create a metafile from raw data. No checking of the data is performed. Use GetMetaFileBitsEx(3w) to get raw data from a metafile.

PARAMS

size [In] size of metafile, in bytes.

lpData [In] pointer to metafile data.

RETURNS

Success: Handle to metafile.

Failure: NULL.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/metafile.c".

Debug channel "metafile".