Share via


IXRInteraction.FindAttachedObject(const WCHAR *,IXRAttachedObject * *) (Compact 2013)

3/28/2014

This method finds the IXRAttachedObject corresponding to a name.

Syntax

virtual HRESULT STDMETHODCALLTYPE FindAttachedObject(
const WCHAR * pName,
IXRAttachedObject **ppAttachedObject)

Parameters

  • pName
    [in] Pointer to a string containing the IXRAttachedObject name to find.
  • ppAttachedObject
    [out] Pointer to an IXRAttachedObject pointer.

Return Value

Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.

Remarks

See Also

Reference

IXRInteraction