CloseMetaFile.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CloseMetaFile (GDI32.@)

SYNOPSIS

HMETAFILE CloseMetaFile
 (
  HDC hdc
 )

DESCRIPTION

Stop recording graphics operations in metafile associated with hdc and retrieve metafile.

PARAMS

hdc [In] Metafile DC to close.

RETURNS

Handle of newly created metafile on success, NULL on failure.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/mfdrv/init.c".

Debug channel "metafile".