GetEnhMetaFileHeader(3w)
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 enhancedformat 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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/enhmetafile.c".
- Debug channel "enhmetafile".