Share via


XRPtr<Interface>::operator & (Windows Embedded CE 6.0)

1/6/2010

This operator returns the address of the interface pointer contained in this class.

Syntax

Interface** operator&()

Remarks

This operator is useful when you use smart pointers with methods such as IXRFrameworkElement::FindName and IXRApplication::CreateObject(IID,Object).

Requirements

Header XRPtr.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

XRPtr<Interface>