Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Passes the requested object interface pointer to the client.
Syntax
HRESULT OnObjectAvailable( [in] REFIID riid, [in] IUnknown *punk );
Return Value
- riid
- Interface identifier of the requested interface.
- punk
- 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 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.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.