GetEnhMetaFileHeader (GDI32.@)
UINT GetEnhMetaFileHeader ( HENHMETAFILE hmf, UINT bufsize, LPENHMETAHEADER buf )
hmf | [In] | enhanced metafile. |
bufsize | [In] | size of buffer. |
[Out] | buffer. |
Retrieves the record containing the header for the specified enhanced-format metafile.
If buf is NULL, returns the size of buffer required. Otherwise, copy up to bufsize bytes of enhanced metafile header into buf.
Defined in "wingdi.h".
Implemented in "dlls/gdi32/enhmetafile.c". source.winehq.org/source/dlls/gdi32/enhmetafile.c
Debug channel "enhmetafile".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.