.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH HENHMETAFILE_UserFree 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBHENHMETAFILE_UserFree\fR (OLE32.@) .SH SYNOPSIS void __RPC_USER HENHMETAFILE_UserFree ( ULONG* \fIpFlags\fR, HENHMETAFILE* \fIphEmf\fR ) .SH DESCRIPTION .PP Frees an unmarshaled enhanced metafile. .SH PARAMS \fIpFlags\fR \fB[In]\fR Flags. See notes. .PP \fIphEmf\fR \fB[In]\fR Enhanced metafile to free. .PP .SH RETURNS .PP The end of the marshaled data in the buffer. .SH NOTES .PP Even though the function is documented to take a pointer to a \fBULONG\fR in \fIpFlags\fR, it actually takes a pointer to a \fBUSER_MARSHAL_CB\fR structure, of which the first parameter is a \fBULONG\fR. This function is only intended to be called by the \fBRPC\fR runtime. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/ole32/usrmarshal.c"\fR. .PP Debug channel \fB"ole"\fR.