GetEnhMetaFileHeader.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GetEnhMetaFileHeader (GDI32.@)

SYNOPSIS

UINT GetEnhMetaFileHeader
 (
  HENHMETAFILE    hmf,
  UINT            bufsize,
  LPENHMETAHEADER buf
 )

PARAMS

hmf [In] enhanced metafile.

bufsize [In] size of buffer.

[Out] buffer.

DESCRIPTION

Retrieves the record containing the header for the specified enhanced-format metafile.

RETURNS

If buf is NULL, returns the size of buffer required. Otherwise, copy up to bufsize bytes of enhanced metafile header into buf.

IMPLEMENTATION

Defined in "wingdi.h".

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

Debug channel "enhmetafile".