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/gdi/mfdrv/init.c". source.winehq.org/source/dlls/gdi/mfdrv/init.c

Debug channel "metafile".


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