Argument | Type | Description |
pbc | IBindCtx* | The bind context to be used for this binding operation. |
pmkToLeft | IMoniker* | The moniker of the object to the left of this moniker. |
iidResult | REFIID | The interface by which the caller wishes to connect to the object. |
ppvResult | void** | On successful return, a pointer to the instantiated object is placed here, unless BINDFLAGS_JUSTTESTEXISTENCE was specified in the binding options, in which case NULL may be returned instead. |
return value | HRESULT | S_OK, MK_E_NOOBJECT, STG_E_ACCESSDENIED, MK_E_EXCEEDEDDEADLINE, MK_E_CONNECTMANUALLY, MK_E_INTERMEDIATEINTERFACENOTSUPPORTED, E_OUTOFMEMORY, E_NOINTERFACE |