IBindHost::MonikerBindToObjectIBindHost::MonikerBindToObject*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IBindHost::CreateMoniker
*Next Topic: IBindHost::MonikerBindToStorage

IBindHost::MonikerBindToObject

HRESULT MonikerBindToObject (
    [in] IMoniker *pMk,
    [in] IBindCtx *pBC,
    [in] IBindStatusCallback *pBSC,
    [in] REFIID riid,
    [out] void **ppvObj
);

Binds a moniker to an object.

pMk
Address of the IMoniker interface.
pBC
Address of the IBindCtx interface.
pBSC
Address of the IBindStatusCallback interface.
riid
IID of the interface that the client application wants to use to communicate with the object.
ppvObj
Address of the interface identified by riid. If ppvObj is non-NULL, the application must call the IUnknown::AddRef method on the interface and call IUnknown::Release when it is finished using the interface.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.