IBindHost

This interface is implemented on a site object to supply another object with services and information it requires when performing an asynchronous data transfer, specifically parsing a name and converting it to a moniker and initializing a bind context.

Methods in Vtable Order

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

IBindHost Methods Description
MonikerBindToStorage Binds to the persistent data of the object named by the specified moniker
MonikerBindToObject Binds to the object named by the specified moniker.
CreateMoniker Turns a text name into a moniker.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in urlmon.h.