.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH HGLOBAL_UserUnmarshal 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBHGLOBAL_UserUnmarshal\fR (OLE32.@) .SH SYNOPSIS unsigned char * __RPC_USER HGLOBAL_UserUnmarshal ( ULONG* \fIpFlags\fR, unsigned char* \fIpBuffer\fR, HGLOBAL* \fIphGlobal\fR ) .SH DESCRIPTION .PP Unmarshals an \fBHGLOBAL\fR from a buffer. .SH PARAMS \fIpFlags\fR \fB[In]\fR Flags. See notes. .PP \fIpBuffer\fR \fB[In]\fR Buffer to marshal the clip format from. .PP \fIphGlobal\fR \fB[Out]\fR Address that receive the unmarshaled \fBHGLOBAL\fR. .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 an \fBULONG\fR in \fIpFlags\fR, it actually takes a pointer to a \fBUSER_MARSHAL_CB\fR structure, of which the first parameter is an \fBULONG\fR. This function is only intended to be called by the \fBRPC\fR runtime. .SH IMPLEMENTATION .PP Declared in \fB"oleidl.h"\fR. .PP Implemented in \fB"dlls/ole32/usrmarshal.c"\fR. .PP Debug channel \fB"ole"\fR.