NAME

CreateMetaFileW  (GDI32.@)

SYNOPSIS

 HDC CreateMetaFileW
 (
  LPCWSTR filename
 )

DESCRIPTION

Create a new DC and associate it with a metafile. Pass a filename to create a disk-based metafile, NULL to create a memory metafile.

PARAMS

filename [In] Filename of disk metafile.

RETURNS

A handle to the metafile DC if successful, NULL on failure.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi/mfdrv/init.c". source.winehq.org/source/dlls/gdi/mfdrv/init.c

Debug channel "metafile".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.