.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetEnhMetaFileHeader 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetEnhMetaFileHeader\fR (GDI32.@) .SH SYNOPSIS UINT GetEnhMetaFileHeader ( HENHMETAFILE \fIhmf\fR, UINT \fIbufsize\fR, LPENHMETAHEADER \fIbuf\fR ) .SH PARAMS \fIhmf\fR \fB[In]\fR enhanced metafile. .PP \fIbufsize\fR \fB[In]\fR size of buffer. .PP \fB[Out]\fR buffer. .PP .SH DESCRIPTION .PP Retrieves the record containing the header for the specified enhanced-format metafile. .SH RETURNS .PP If \fIbuf\fR is \fBNULL\fR, returns the size of buffer required. Otherwise, copy up to \fIbufsize\fR bytes of enhanced metafile header into \fIbuf\fR. .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/enhmetafile.c"\fR. .PP Debug channel \fB"enhmetafile"\fR.