IBindHost::MonikerBindToStorageIBindHost::MonikerBindToStorage*
*Contents  *Index  *Topic Contents
*Previous Topic: IBindHost::MonikerBindToObject
*Next Topic: IBinding::Abort

IBindHost::MonikerBindToStorage

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

Binds a moniker to storage.

pMk
Address of the IMoniker interface.
pBC
Address of the IBindCtx interface.
pBSC
Address of the IBindStatusCallback interface.
riid
IID of the storage interface requested.
ppvObj
Address of the storage interface. 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.