PlayEnhMetaFileRecord.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

PlayEnhMetaFileRecord (GDI32.@)

SYNOPSIS

BOOL PlayEnhMetaFileRecord
 (
  HDC                  hdc,
  LPHANDLETABLE        handletable,
  const ENHMETARECORD* mr,
  UINT                 handles
 )

PARAMS

hdc [In] device context in which to render EMF record.

handletable [In] array of handles to be used in rendering record.

mr [In] EMF record to render.

[In] size of handle array.

DESCRIPTION

Render a single enhanced metafile record in the device context hdc.

RETURNS

TRUE (non zero) on success, FALSE on error.

BUGS

Many unimplemented records. No error handling on record play failures (ie checking return codes).

NOTES

WinNT actually updates the current world transform in this function whereas Win9x does not.

IMPLEMENTATION

Defined in "wingdi.h".

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

Debug channel "enhmetafile".