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 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

Declared in "wingdi.h". https://source.winehq.org/source/include/wingdi.h

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