PlayMetaFile.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

PlayMetaFile (GDI32.@)

SYNOPSIS

BOOL PlayMetaFile
 (
  HDC       hdc,
  HMETAFILE hmf
 )

DESCRIPTION

Renders the metafile specified by hmf in the DC specified by hdc. Returns FALSE on failure, TRUE on success.

PARAMS

hdc [In] handle of DC to render in.

hmf [In] handle of metafile to render.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "gdi_private.h".

Implemented in "dlls/gdi32/metafile.c".

Debug channel "metafile".