.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IUnknown_SetOwner 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIUnknown_SetOwner\fR (SHLWAPI.173) .SH SYNOPSIS HRESULT IUnknown_SetOwner ( IUnknown* \fIiface\fR, IUnknown* \fIpUnk\fR ) .SH DESCRIPTION .PP Call a SetOwner method of IShellService from specified object. .SH PARAMS \fIiface\fR \fB[In]\fR Object that supports IShellService. .PP \fIpUnk\fR \fB[In]\fR Argument for the SetOwner call. .PP .SH RETURNS .PP Corresponding return value from last call or \fBE_FAIL\fR for \fBNULL\fR input .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.