.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WdtpInterfacePointer_UserUnmarshal 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWdtpInterfacePointer_UserUnmarshal\fR (OLE32.@) .SH SYNOPSIS unsigned char * WdtpInterfacePointer_UserUnmarshal ( ULONG* \fIpFlags\fR, unsigned char* \fIpBuffer\fR, IUnknown** \fIppunk\fR, REFIID \fIriid\fR ) .SH DESCRIPTION .PP Unmarshals an interface pointer 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 \fIppunk\fR \fB[In/Out]\fR Address that receives the unmarshaled interface pointer. .PP \fIriid\fR \fB[In]\fR Id of interface to unmarshal. .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. .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.