CreateMetaFileW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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/gdi32/mfdrv/init.c".

Debug channel "metafile".