.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH BindMoniker 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBBindMoniker\fR (OLE32.@) .SH SYNOPSIS HRESULT BindMoniker ( LPMONIKER \fIpmk\fR, DWORD \fIgrfOpt\fR, REFIID \fIriid\fR, LPVOID* \fIppvResult\fR ) .SH DESCRIPTION .PP Binds to a moniker. .SH PARAMS \fIpmk\fR \fB[In]\fR Moniker to bind to. .PP \fIgrfOpt\fR \fB[In]\fR Reserved option flags. Set to \fB0.\fR .PP \fIriid\fR \fB[In]\fR Id of the interface to bind to. .PP pvResult \fB[Out]\fR Address that receives the interface of the object that was bound to. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR Any \fBHRESULT\fR code. .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/bindctx.c"\fR. .PP Debug channel \fB"ole"\fR.