ICompositionSurfaceFacade.GetRealSurface Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the ICompositionSurface
object represented by this façade.
public:
ICompositionSurface ^ GetRealSurface();
ICompositionSurface GetRealSurface();
public ICompositionSurface GetRealSurface();
function getRealSurface()
Public Function GetRealSurface () As ICompositionSurface
Returns
The ICompositionSurface
object represented by this façade.
Remarks
The real object cannot in turn also be a façade; it must be a real object, or the assignment (or creation) method fails with E_INVALIDARG
.