.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoGetObjectContext 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoGetObjectContext\fR (OLE32.@) .SH SYNOPSIS HRESULT CoGetObjectContext ( REFIID \fIriid\fR, void** \fIppv\fR ) .SH DESCRIPTION .PP Retrieves an object associated with the current context (i.e. apartment). .SH PARAMS \fIriid\fR \fB[In]\fR Id of the interface of the object to retrieve. .PP \fIppv\fR \fB[Out]\fR Address where object will be stored on return. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBHRESULT\fR code. .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.