IDCompositionSurfaceFactory interface
Creates surface and virtual surface objects associated with an application-provided rendering device.
When to implement
Client applications do not implement the IDCompositionSurfaceFactory interface; custom implementations are not supported
Members
The IDCompositionSurfaceFactory interface inherits from the IUnknown interface. IDCompositionSurfaceFactory also has these types of members:
Methods
The IDCompositionSurfaceFactory interface has these methods.
| Method | Description |
|---|---|
| CreateSurface |
Creates a surface object that can be associated with one or more visuals for composition. |
| CreateVirtualSurface |
Creates a sparsely populated surface that can be associated with one or more visuals for composition. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also