IBindStatusCallback::OnObjectAvailable

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method passes the requested object interface pointer to the client.

Syntax

HRESULT OnObjectAvailable(
  REFIID riid,
  IUnknown* punk
);

Parameters

  • riid
    [in] Interface identifier of the requested interface.
  • punk
    [in] Address of the IUnknown interface on the object requested in the call to IMoniker::BindToObject. The client should call AddRef on this pointer to maintain a reference to the object.

Return Value

Returns S_OK if this is successful or E_INVALIDARG if one or more parameters are invalid.

Remarks

This method is called in response to an IMoniker::BindToObject operation. The method is never called for IMoniker::BindToStorage operations.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

URL Moniker Services Interfaces